This is a simple banking application that demonstrates Object-Oriented Programming concepts like inheritance and polymorphism using Python.
- Add and withdraw money from a bank account
- Savings account with interest calculation
- Method overriding and usage of
super() - Basic input/output interaction
- Clone the repository
- Run
bank.pyusing Python 3 - Follow the on-screen prompts to perform operations
- Classes and objects
- Inheritance
- Method overriding (polymorphism)
- Encapsulation