Problem: Please write as C++ programming in Visual Studios 2022
Write an inherited hierarchy of classes for Animal classifications. Say this is for a z00 that is storing animal data on their creatures. Have the base class be called "animal," and create 3 derived classes that inherit members from Animal. Animals should have the following members (at least.):
1. Animal Name
2. Animal Birth Date
Be creative with the derived class. Think of things zoos might need to know and ways zoos need to interact with this data.