CHALLENGE TIME!
Create another implementation of the IAnimal Interface, a "Cat" class.
It needs to be able to eat and make sounds. Similar to what we have already done before!
This challenge is just for you to practice Implementing your own Classes that implement IAnimal. In the next lecture, we will show you what we came up with.
Good luck!