Question: Using this Animal abstract class, modify it so it is now an interface. Create classes Dog and Cat that implement the Animal Interface. Make Dog
Using this Animal abstract class, modify it so it is now an interface. Create classes Dog and Cat that implement the Animal Interface. Make Dog the parent class to the Cat class. Create a driver that demonstrates polymorphism. AKA, create a single object and use it to point to each of the child classes.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
