Problem
Create an animals class for 3 types of animals. Dogs, fish and birds. With its methods and attributes in the class for the different animals that will be created. Use constructor to initialize objects. Create 6 objects can be two animals each. For each animal it shows 3 different actions and shows 3 attributes. With a switch if I choose to see the first animal, it asks me what I want to see of the two dogs or two cats or two fish. can be dog 1 and dog 2 example. Choosing one shows me that dog's attributes and actions.