Question: Using c# oop concepts Create a set of classes that describe a bank and the different types of bank accounts: Checking Account Savings Account Add

Using c# oop concepts
Create a set of classes that describe a bank and the different types of bank accounts:
Checking Account
Savings Account
Add the following methods to each bank account:
CloseAccount: Used when a bank account must be closed.
AddFunds: Used when we need to add funds to the account.
CheckBalance: Used when we need to check the current balance on the account.
GetTransactionCount: You must keep track of the number of transactions on the account.
The bank must have a property that keeps track of all its members.
The bank must have a balance, which is affected based on user transactions.
The bank must have the following methods:
ListAllMembers
GetAccountTypeCount
GetTransactionCount

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!