SlowFish
and Creating New Fish
Subclasses
For this assignment you will be working with the Marine Biology Simulation
(MBS) case study.† The first part of the assignment deals
with software testing. The second part deals with implementing new subclasses
of the Fish
class.
Implement any two of the following three Fish
subclasses.
Develop test plans to test your new classes. Document your classes.
CircleFish
(see Exercises 8 and 9 on p. 77 of the MBS case
study)FastFish
ForwardFish
When you are finished, you should turn in your answers to the test analysis
exercises and your two Fish
subclasses, along with their test plans
and javadoc
-generated class documentation.