previous | start | next

Answers

  1. We want to use the method for all kinds of bank accounts. Had we used a parameter of type SavingsAccount, we couldn't have called the method with a CheckingAccount object.
  2. We cannot invoke the deposit method on a variable of type Object.


previous | start | next