Software Development Engineer Question:
Download Questions PDF

Explain sequence diagram?

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.

Download Software Development Engineer Interview Questions And Answers PDF

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