Question: Implement a class Bank . This bank has two objects, checking and sav- ings , of the type Account that was developed in Exercise P5.5.
Implement a class Bank . This bank has two objects, checking and sav- ings , of the type Account that was developed in Exercise P5.5. Implement four member functions: void deposit(double amount, string account) void withdraw(double amount, string account) void transfer(double amount, string account) void print_balances() Here the account string is "S" or "C" . For the deposit or withdrawal, it indicates which account is affected. For a transfer it indicates the account from which the money is taken; the money is automatically transferred to the other account.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
