Animal Class and Inheritance

# Introduction In this lab, you will create a program using classes and inheritance to implement an Animal class with an eat() function and a Dog class that inherits from the Animal class and also has a dance() function.

|60 : 00

Click the virtual machine below to start practicing