- Add a new class Chicken which only clucks(), and allow the bear to eat it.
- Add a method that returns the names of all the food in the bears belly (use class names)
- Add a check so that if the bear is intolerant to the food when he eats it, he will throw up this item
Feel free to add other animals for practice. You may want to try adding your own interface(s).