Section 10.11 Word Matching Exercise
ADT
Aggregation
Composition
Constant Function
Instance Function
Static Function
Instance Variable
Static Variable
| describes an exclusive containment relationship. | |
| stands for Abstract Data Type. A class is also known as an abstract data type. | |
| is tied to a specific object and it must be invoked from a specific object. | |
| is shared by all objects of the class and it can be referenced from the class. | |
| is not tied to a specific object and it can be invoked from the class. | |
| describes a containment relationship. | |
| is tied to a specific object and it must be referenced from a specific object. | |
| is a member function that does not change the contents of the object. |