Software Development Engineer Question:

Explain sequence diagram?

Software Development Engineer Interview Question
Software Development Engineer Interview Question

Answer:

Sequence Diagrams are pictorial representation of event happening according to the time line. In sequence Diagrams, we show respective class names by a small box and the event as a arrow.
Sequence Diagrams help in describing the normal course and alternative course of use cases.


Previous QuestionNext Question
Which use cases and class diagrams are in Software Engineering?Explain Design patterns?