This assignment is an opportunity to work with objects using inheritance and polymorphism. Write a program that creates one superclass (parent), several subclasses (child), and use polymorphism. Write code to create the following class hierarchy in your program.
- Animal
- Bear
- Elephant
- Monkey
- Sloth



Answer :

Other Questions