3460:421 OOP S22 Method Stereotypes

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