The Department of Computer Science & Engineering
|
|
STUART C. SHAPIRO: CSE
115 C
|
new chapter1.Terrarium().add(new
chapter1.Ant().start());chapter2.EcoSystem()
animals.Dog. Note
the association (knows-a) relationship between
animals.Dog and java.lang.String:
String is passed to the animals.Dog
constructor,
_name) of the
Dog.
Dog's Flea in an instance
variable, with an accessor method, but no mutator method.animals.Dog and animals.Flea:
animals.Flea is constructed in the
animals.Dog constructor,
_name) of the
Dog.