Window Form Bank Account Application
Bank Account abstract class – Fields balance, account number
Checking Account class – Subclass of Account class. Transaction fee
Savings Account class – subclass of Account class. Yearly Interest Rate for profit.
Bank class to manage the accounts and perform transactions.
Window Form application to provide GUI to interact with the application. Create accounts, make transactions and display an account by selecting it from the combo box.
#CSharp #Programming
#BankAccount
#CheckingAccount
#SavingsAccount
#Inheritance
#polymorphism
#aggregation
Code:
https://github.com/CodingHelpLine/Csh...