Checkpoint 9.3.1.
- pure function
- Does not modify objects. The return values is either a basic type or a new object that was create in the function. Takes objects and/or basic types as arguments.
- modifier
- Often returns void. Modifies some or all parameters. Takes objects as parameters.
- fill-in function
- Technically a type of modifier. One of the parameters is an "empty" object that gets filled in by the function.
Match the term to its definition.
Try again.