SOFTWARE DESIGN
OBJECT ORIENTED DESIGN
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
State Diagram
|
|
Activity diagram
|
|
Collaboration Diagram
|
|
Object diagram
|
Detailed explanation-1: -Communication diagrams are similar to sequence diagrams, but the focus is on messages passed between objects. The same information can be represented using a sequence diagram and different objects.
Detailed explanation-2: -The main difference between activity and sequence diagrams is that activity diagrams focus on the flow of activities, whereas sequence diagrams focus on how objects interact with each other over time.
Detailed explanation-3: -A sequence diagram is an interaction diagram that emphasizes the time ordering of messages sent between objects. It shows a set of objects or roles and messages sent and received by them. Sequence diagram has two features that distinguish them from communication diagrams-presence of lifeline and focus of control.