#Python #OOP #Bank #Account Application #Is-a #Relationship #Inheritance

preview_player
Показать описание
Bank Account Application

Application to demonstrate Object Oriented programming concepts of Python Programming language including #Inheritance, #Abstract Classes using ABC @abstractmethod #annotation or #decorator, #Overriding, #Polymorphism with User #Interactive #Menu driven application for the
sake of learning programming. It also includes aggregation relationship represented by Bank class to manage the bank accounts.

Classes

* BankAccount abstract class – Fields balance, account number
* CheckingAccount class – Subclass of Account class. Transaction fee
* SavingsAccount class – subclass of Account class. Yearly Interest Rate for profit.
* Bank class - Manages the Accounts
* Driver code – Provides Menu driven User Interaction. User can select an account, deposit, withdraw Funds. Apply interest rate on Savings account.

Download Code:
Рекомендации по теме
Комментарии
Автор

Please SUBSCRIBE to my channel to promote and encourage. Thanks.

CodingHelpLine
Автор

Thank you. Your video is truly helpful. Excellent work.

jomancao
Автор

Great sir make more videos awesome thanks a lot sir

kunnudev