Introduction - If you have any usage issues, please Google them yourself
Interfaces & Abstract Classes. In this exercise you will create a hierarchy of animals that is rooted in an abstract class Animal. Several of the animal classes will implement an interface called Pet. You will experiment with variations of these animals, their methods, and polymorphism.