CPSC 421 OOP Class Stereotypes

12345678910111213
Across
  1. 3. A ____ class has only get/set methods
  2. 6. A _____ class mainly processes data of external objects
  3. 7. A _____ class holds data and behavior and mainly consists of mutators
  4. 11. A ____ ____ is a class with only get/set and command methods
  5. 13. A ____ ____ class only works on other objects
Down
  1. 1. A ____ class has many methods and many roles, e.g., Data Provider, Commander, Controller, and Factory
  2. 2. A ____ ____ is a class that holds data and mainly consists of accessors
  3. 4. A ____ class is a creator of objects with mostly factory methods
  4. 5. A ____ class is where half or more of the methods are empty
  5. 8. A _____ class is a communicator in a system with a large percentage of collaborational methods
  6. 9. A ____ class is a class with only one or two methods
  7. 10. A ____ class has almost all get/set methods; may have a large number of degenerate methods
  8. 12. An _____ is a class for storage and modeling of data used by the system