OO Programming in Java

Class 2 Material

Zoo Addition


Our zoo has become so popular we needed to add several zoo keepers. Each zoo keeper is responsible for a group of animals.

How do we change our object model to accomodate this?

New Zoo Code