Software Development Engineer Question:

Explain package diagram? What are collaboration diagram?

Tweet Share WhatsApp

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 PDF Read All 59 Software Development Engineer Questions
Previous QuestionNext Question
Explain Design patterns?Explain various SDLC models?