Assignment Help-Classes and Objects
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 the animal. The information should just be a short description of the animal displayed to the screen.
When the user selects an animal, use the displayInfo() method of the appropriate class to display information about the selected animal.
Use comments throughout your code demonstrating your understanding of each statement of code.
Make sure the program runs correctly before submission.
Create a zip that includes your project folder and Word document, and upload it to the course portal.