Lastfirstweek5catmouse.java
February 9th, 2010
The file must be called <LastFirstWeek5CatMouse.java> (driver program)
Mammal.java
Cat.java (which extends Mammal)
Mouse.java (which extends Mammal)
Ensure you include ALL files required to make your program compile and run.
I would like to see your .java files only.
Ensure proper programmers line and block comments are used.
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.
5%
Overall Requirements
Write a program that simulates the battle between a cat and mice.
Use this class hierarchy:
Cat



