Create a bank account class


Discuss the below:

Q: Create a Bank Account class that will allow you to deposit, withdraw and check your balance as well as sign up for non-fee no interest bearing savings account as well as a fee-based account that accrues interest on a daily basis for savings accounts. (Assume that each month has exactly 30 days to make it easier).

The Checking Account class will inherit from the Bank Account class, but will also contain some of its own data members and member functions (think of attributes and actions specific to checking accounts).

Also checking accounts need an initial deposit so that you have money in the account to write checks against. Assume the deposit was done on May 1, 2009. Display prompts for a customer to deposit, withdraw, and get balances at the command line

 

Solution Preview :

Prepared by a verified Expert
C/C++ Programming: Create a bank account class
Reference No:- TGS01937241

Now Priced at $20 (50% Discount)

Recommended (99%)

Rated (4.3/5)