+1 vote
in Software Architecture by (75.2k points)
Which of these are true with respect to the message arrows?

(a) The synchronous message arrow is used when a sending individual continues execution after sending the message

(b) The asynchronous message arrow is used when a sending individual suspends execution after sending the message

(c) The dashed arrow is used either to show the return of control from a synchronous message or to create a new entity

(d) All of the mentioned

The question was asked during an online interview.

This intriguing question comes from UML Sequence Diagrams topic in portion Unified Modelling Language of Software Architecture

1 Answer

0 votes
by (46.2k points)
The correct choice is (c) The dashed arrow is used either to show the return of control from a synchronous message or to create a new entity

The best I can explain: The asynchronous message arrow is used when a sending individual continues execution after sending the message and The synchronous message arrow is used when a sending individual suspends execution after sending the message.

Related questions

We welcome you to Carrieradda QnA with open heart. Our small community of enthusiastic learners are very helpful and supportive. Here on this platform you can ask questions and receive answers from other members of the community. We also monitor posted questions and answers periodically to maintain the quality and integrity of the platform. Hope you will join our beautiful community
...