Create a class Animal and Add a protected data member named id of integer type.
Reptile, Bird, Mammal
Next create the three child classes which extends form Animal class.
Next create class Snake ,Parrot, Horse which extends Reptile, Bird, and Mammal class respectively.
Write down your main method and instantiate object of each class created above, call tellAboutSelf, speak and getFamily methods for each of the created object.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here