To inherit features from a class, we need to use the extends keyword in the class definition.
extends
By coding extends, we'll make the Dog class inherit from the Animal class.
Dog
Animal
Make sure to type in extends.