To inherit features from a class, we need to use the extends keyword in the class definition.

Type in extends  to make the Dog class inherit from the  Animal class.

Make sure to type in extends.