Software Development Engineer Question:
Download Questions PDF

Explain package diagram? What are collaboration diagram?

Software Development Engineer Interview Question
Software Development Engineer Interview Question

Answer:

Collaboration Diagrams:
An alternative presentation of a sequence diagram. We uses boxes to describe objects, the lines connecting two boxes indicate that the objects collaborate with to one another and we use a multiplicity factor "*" to indicate that all elements of the aggregation receive a message.
Package Diagram:
Complete set of sequence Diagrams or Collaboration Diagrams of the system.

Download Software Development Engineer Interview Questions And Answers PDF

Previous QuestionNext Question
Explain Design patterns?Explain various SDLC models?