Write a Class called Animal Give it: 3 generic varibles 2 methods Write another class called hamster Exent it from Animal Give it: 2 hamster related variables 1 Method Write a 3rd class called Cat Exend it from Animal Give it: 2 Variables unique to cats 1 Method Instantiate 5 cats in Array Form Instantiate 4 hamters in ArrayList form Use a pair of for loops to run methods for all the cats and hamsters