3460:421 OOP Free-Function Stereotypes

1234567891011
Across
  1. 3. The Example 2 function is an example of a _____ method
  2. 4. One initial use of stereotypes is in ____ diagrams
  3. 8. A category of stereotypes where the parameters are IN only
  4. 10. Returns a Boolean result based on IN parameter values
  5. 11. Returns information based on IN parameter values
Down
  1. 1. The Example 1 function is an example of a ______ method
  2. 2. Executes a change of the IN/OUT parameters
  3. 5. A category of stereotypes where the parameters are OUT or IN/OUT
  4. 6. The prefix verb of many predicate functions
  5. 7. The return type of a predicate
  6. 9. A common predicate name used by almost all containers indicating that the size of the contents is 0