Term
|
Definition
| The ability to include the attributes that describe the object and the functions that manipulate the data into one container |
|
|
Term
|
Definition
| The data members that make the individual object unique |
|
|
Term
|
Definition
| Functions that are encapsulated within a class |
|
|
Term
|
Definition
| Declaring a variable from a specific class, resulting in memory being allocated. |
|
|
Term
|
Definition
| The variable that results from the instantiation or declaration of a variable from a class |
|
|
Term
|
Definition
| the process of concealing the data members of a class, helping to ensure that only the class' methods can change the state of its data memebers |
|
|
Term
|
Definition
| hiding the actual implementation of a function or method from the user of a class |
|
|
Term
|
Definition
| the ability to take an existing class and extend its functionality to form another class |
|
|
Term
|
Definition
| The ability of different objects to respond or act differently to the same message |
|
|
Term
|
Definition
| contains the data or attributes that describe the object and the functions that manipulate the data into one container |
|
|