Create a new project in your IDE named AnimalInfo…
Create a new project in your IDE named “AnimalInfo.” Create a class called “AnimalInfo” as the main class for the program. Create a class called “Animal” with a virtual method displayInfo(). Create 3 classes inherited from Animal (one for each of your animals). Each of the inherited classes should override Animal.displayInfo() to display information about […]
