Challenge 2: Displaying Message Using Inheritance
In this challenge, can you extend a parent class with one function overridden for each child?
We'll cover the following...
Problem statement
Whenever you visit a zoo, there are many types of animals in it. However, for each animal some things never change- they all have a name and an age. ...