React makes heavy use of some of the latest JavaScript features such as classes and inheritance.

Create the Dog class and extend it from the Animal class.

Awesome. These features make development more manageable.

Make sure to assemble class Dog extends Animal.