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