Guided Practice 1.2

Here is an example based on an exercise from HtDP/2e:

Design a data representation for the following four kinds of zoo animals:

Write a data definition for ZooAnimal. Be sure to include:

  1. Representation and Interpretation
  2. Implementation (structure definitions)
  3. Constructor Template
  4. Observer Template
  5. Examples

Here is a solution. But remember, no peeking! You won't get anything out of this exercise if you don't write down your solution first.


Last modified: Wed Sep 13 10:35:42 Eastern Daylight Time 2017