A Bank Management System developed in Python using Object-Oriented Programming concepts.
- Create Saving Account
- Create Current Account
- Deposit Money
- Withdraw Money
- Interest Calculation
- Transaction History
- Customer Management
- Bank Management
- Classes & Objects
- Encapsulation
- Inheritance
- Method Overriding
- Abstract Classes
- Composition
- Polymorphism
Bank-Management-System-Python-OOP/
│
├── account.py
├── saving_account.py
├── current_account.py
├── customer.py
├── bank.py
└── main.py
- Python 3
- Object-Oriented Programming (OOP)
Abdul Salam