SOFTWARE ENGINEERING

SOFTWARE DESIGN

OBJECT ORIENTED DESIGN

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
The statement that is NOT the purpose of the sequence diagram is____
A
Model of high-level interactions between active objects in a system
B
The interaction model between object instances in realizing collaboration
C
How objects communicate with each other over time
D
Describe the overall physical software architecture in the form of components and packages
Explanation: 

Detailed explanation-1: -Sequence diagrams, commonly used by developers, model the interactions between objects in a single use case. They illustrate how the different parts of a system interact with each other to carry out a function, and the order in which the interactions occur when a particular use case is executed.

Detailed explanation-2: -Class Roles or Participants. Class roles describe the way an object will behave in context. Activation or Execution Occurrence. Activation boxes represent the time an object needs to complete a task. Messages. Lifelines. Destroying Objects. Loops.

There is 1 question to complete.