CPSC 421 OOP Free-Function Stereotypes

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