previous | start | next

Answers

  1. harrysChecking.withdraw(harrysChecking.getBalance())
  2. Add an accountNumber parameter to the constructors, and add a getAccountNumber method. There is no need for a setAccountNumber method–the account number never changes after construction.


previous | start | next