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