Description
1. Create a base Account class.
a. Probably be abstract
b. Should have a balance
c. Add methods to do
i. deposit
ii. Withdrawal
iii. And print an EndOfMonth statement
2. Add a checking and Savings classes
a. Make the checking class do special stuff
i. Have a maximum of withdrawals
ii. Track the amount of withdrawals iii. If you go over the max withdrawals, add a fee at the endOfMonth
Reviews
There are no reviews yet.