Term
|
Definition
| Class inherits instance variables and methods above them |
|
|
Term
|
Definition
| Some classes must never be instantiated |
|
|
Term
|
Definition
| Methods in different classes with a similar function usually given the same name |
|
|
Term
| Preconditions and Postconditions |
|
Definition
| Specify correct use of methods, description of what will result if preconditions met |
|
|
Term
| Exceptions for Error Handling |
|
Definition
| Catch violation of preconditions |
|
|
Term
|
Definition
| Identity of an object. Can be multiple references to one object. |
|
|
Term
|
Definition
|
|
Term
|
Definition
| Activated when message is sent to class instead of object |
|
|
Term
|
Definition
| Part of software that interacts with humans, or class's public methods |
|
|