Section 9.2 Word Matching Exercise
Object
Class
State
Behavior
Instantiation
Constructor
UML
| stands for Unified Modeling Language, which uses graphical notations to describe classes and objects. | |
| is a special kind of function that is invoked to create an object. | |
| also known as property or attribute, are represented by data fields with their current values in an object. | |
| also known as actions, is defined by functions. | |
| is a template, blueprint, or contract that defines what an object's data fields and functions will be. | |
| is an instance of a class. | |
| is to create an instance from a class. |