In your CheckingAccount and SavingsAccountclasses from the Inheritance Exercises, override the toString() method in each derived class, but still have each call SimpleBankAccount's toString().
Use the appropriate annotation to designate that you're expecting this method to override another method.
Should you use the appropriate annotation to designate that you're expecting this method to override another method for the constructors in your CheckingAccount and SavingsAccountclasses?
Think about it and discuss it with someone else.