Three Approaches to Object Class Identification
publish date: 2026/06/12 07:12:24.731905 UTC
volume_muteAs object-oriented design evolved, several approaches for identifying object classes were suggested. Match each approach to its correct description.
To complete the line match
- Click on an item in the first group
- Click on the match in the second group
To delete a match, double click on a line
Approach
Description
Correct Answer
Explanation
Three approaches to object class identification: (1) Abbott's grammatical analysis - nouns become objects/attributes, verbs become operations; (2) Tangible entities from the domain - things, roles, events, interactions, locations; (3) Scenario-based (CRC card) analysis - each scenario is analyzed by a team to identify required objects, attributes, and operations. In practice, several knowledge sources are combined.
Reference
Software Engineering, Ian Sommerville, 10th edition
