If you have a method in a superclass, but you want to have the method perform a different action in the subclass, how would we do this?

By overriding the method
  • By creating a similar method named something else
  • By creating a toString() method
  • By changing the way the method in the parent class works

There are no hints for this question