volume_mute
OO Design - Key Process Activities
publish date: 2026/06/13 06:39:42.257721 UTC
volume_mute
Which of the following correctly identifies activities in the object-oriented design process? Select ALL that apply.
Correct Answer
(1) Designing the system architecture
(2) Identifying the principal objects in the system
(3) Developing design models (structural and dynamic)
(4) Specifying component interfaces
(5) Understanding and defining the context and external interactions
Explanation
The OO design process includes: understanding context and external interactions; designing the system architecture; identifying principal objects; developing design models (structural and dynamic); and specifying interfaces. Writing assembly language code is an implementation activity, not part of the OO design process, which is language-independent.
Reference
Software Engineering, Ian Sommerville, 10th edition
