Is the method in the Rabbit class overriding the Mammal class's method?
Rabbit
Mammal
When overriding, the method in the subclass has to have the same name and parameters that the superclass' method has.