This is a simple Banking System project developed to apply Object-Oriented Programming (OOP) concepts. The project implements basic functionalities such as account creation, deposits, withdrawals, and transfers, using classes to represent clients and accounts, simulating a simple banking system.
- Create bank accounts
- Deposit into accounts
- Withdraw from accounts
- Transfer between accounts
- Display account details
- Java: Programming language used for development.
- OOP (Object-Oriented Programming): Concepts of inheritance, polymorphism, encapsulation, and abstraction applied in the project.
-
Clone this repository:
git clone https://github.com/AlbertoDumonttDev/POOBanking.git
-
Compile and run the project:
- Open the project in IntelliJ IDEA or another IDE of your choice.
- Compile the project and run Main.java.
- Follow the terminal instructions to interact with the banking system.