atm.println(" withdrew " +
acct.withdraw( amount ));
Checking
and Regular accounts just do it
FeeAccount
charges a fee
SavingsAccount
keeps track of transactions in this month
No
casting, since BankAccount has a withdraw
method
Polymorphism
is in countTransaction, invoked by withdraw