Cat And Mouse
All variables, classes, methods and constructors must have comments supplied. All classes, methods and constructors must have comments signifying the end of each class, method or constructor.
The file must be called <KenttaBrianWeek5CatMouse.java> (driver program)
Mammal.java
Cat.java (which extends Mammal)
Mouse.java (which extends Mammal)
Include ALL files required to make the program compile and run.
.java files only.
Proper coding conventions required the first letter of the class start with a capital letter and the first letter of each additional word start with a capital letter.
Overall Requirements
Write a program that simulates the battle between a cat and mice.
Use this class hierarchy:
Cat



