1.
- instance
- An example from a category. My cat is an instance of the category “feline things.” Every object is an instance of some type.
- instance variable
- One of the named data items that make up an structure. Each structure has its own copy of the instance variables for its type.
- constant reference parameter
- A parameter that is passed by reference but that cannot be modified.
- pure function
- A function whose result depends only on its parameters, and that has so effects other than returning a value.
Match the definition to the term.
Try again!