previous | start

Answers

  1. The Rectangle class does not implement the Comparable interface.
  2. The BankAccount class needs to implement the Comparable interface. Its compareTo method must compare the bank balances.


previous | start