Bank Management System built in Python to demonstrate Object-Oriented Programming (OOP) concepts.
- Create a new bank account with a unique account number
- Deposit money
- Withdraw money (with balance check)
- Transfer money between accounts
- View account balance
- Language:Python 3
- Concepts Used:
- Classes & Objects
- Encapsulation
- Inheritance
- Polymorphism
- Data Structures (Dictionary for storing accounts)