Term
|
Definition
| An action that an object can perform |
|
|
Term
| C, COLBOL, and Pascal are examples of what? |
|
Definition
| Common programming languages |
|
|
Term
|
Definition
| The combining of process and data into a single entity. |
|
|
Term
|
Definition
| The process of only showing a user the information that they need or require |
|
|
Term
|
Definition
| A common set of attributes and methods |
|
|
Term
|
Definition
| The idea that classes pass on their attributes to inferior classes |
|
|
Term
|
Definition
| An instance of a certain class |
|
|
Term
|
Definition
| Any class that has an instance of it somewhere |
|
|
Term
|
Definition
| Classes that do not have specific instances elsewhere, but are generally used as a template for something else. |
|
|
Term
|
Definition
| means the same message can be interpreted differently by different classes of objects |
|
|
Term
|
Definition
| A technique that delays the identifying the type of object until run-time. |
|
|
Term
|
Definition
| In this type of system, the type of object would be determined at compile time |
|
|
Term
| Object Oriented approaches are most associated with with methadology? |
|
Definition
| iterative development RAD |
|
|
Term
| In traditional approaches to breaking down problems, the decomposition is either process-centric or...? |
|
Definition
|
|
Term
|
Definition
| The underlying architecture of the evolving system drives the specification, construction, and documentation of the system |
|
|
Term
|
Definition
| describes the external behavior of the system from the perspective of the user |
|
|
Term
|
Definition
| Describes the structure of the system in terms of attributes, methods, classes, relationships, and messages |
|
|
Term
|
Definition
| Describes the internal behavior of the system in terms of messages passed between objects and state changes within an object-combines the process and data-modeling approaches, because the execution of a method can cause state changes in the receiving objects |
|
|
Term
| Unified Modeling Language |
|
Definition
| Provides a common vocabularly of object-based terms and diagramming techniques to model any systems development project from analysis to design. |
|
|
Term
| Object Management Group (OMG) |
|
Definition
| The group that manages and maintains the UML |
|
|
Term
| How many diagramming techniques were defined in UML 2.0? |
|
Definition
| 14 programming techniques |
|
|
Term
|
Definition
| used for representing the data and static relationships that are in an information system |
|
|
Term
|
Definition
| Provide the analyst with a way to depict the dynamic relationship among the instances or objects that represent the business information system |
|
|
Term
| Rational Unified Process (RUP) |
|
Definition
| defines how to apply UML through iterative, incremental development and prototyping |
|
|