Since Dog inherits from Animal, it's a subclass of the Animal class. The Animal class, then, is its superclass.

Make sure the Dog class inherits the properties of its superclass, Animal.

Make sure it looks like Dog extends Animal.