CPSC 421 OOP Method Stereotypes

1234567891011121314151617181920212223242526272829
Across
  1. 3. Stereotype _____ does not read/change the object state and has one call to other methods of the same class
  2. 5. The stereotype category _____ methods work with objects of other classes
  3. 6. The stereotype category _____ methods create and manage the lifetime of objects
  4. 8. Stereotype _____ returns a Boolean result
  5. 10. Stereotype _____-_____-_____ is a command which returns a value
  6. 12. Stereotype _____ works on objects of classes different from itself
  7. 14. The stereotype category _____ provides write access to the state of the object
  8. 15. The stereotype category _____ methods have no access or changes to state
  9. 21. Stereotype _____ works only on objects of classes different from itself
  10. 23. _____ if the identification is automated
  11. 25. A method for a stack with stereotype property
  12. 26. Stereotype _____ returns information based on data member values
  13. 28. Stereotype _____ directly changes the value of a data member
  14. 29. Stereotype _____ returns the value of a data member
Down
  1. 1. A method should have a single purpose, _____ _____ issue
  2. 2. Some methods have a _____ role
  3. 4. Stereotype _____ does not read/change the object state and has no calls to other methods of the same class
  4. 7. Stereotype _____-_____ returns information about data members through a parameter
  5. 9. _____ if the identification is manual
  6. 11. A method for a stack with a stereotype of command
  7. 13. A method should have a single primary _____
  8. 16. Stereotype _____ is an object creation method with the object returned to the client
  9. 17. The stereotype category _____ provides read access to data, both direct and derived
  10. 18. We want to have a _____ design
  11. 19. Stereotype _____ executes a complex change of the object’s state
  12. 20. Method stereotypes can be embedded in the source code as a _____
  13. 22. All methods play a _____ in a class
  14. 24. Stereotype _____ is a method with no statements
  15. 27. A method has a _____ role