Software Development Engineer Question:
Explain package diagram? What are collaboration diagram?
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.
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.
Previous Question | Next Question |
Explain Design patterns? | Explain various SDLC models? |