Difference between Composition and Aggregation.

Answer Posted / amit parashar

Composition : Defines a strong-coupled relationship between
two entities, where the one entity is part of another, and
both need each other for their existence. e.g. Human body
and the Heart.

Aggregation : Defines a weak-coupled relationship between
two entities, where one entity could be part of another, but
either can exist without the other, independantly. e.g.
School and teacher.

"Aggregation differs from ordinary composition in that it
does not imply ownership. In composition, when the owning
object is destroyed, so are the contained objects. In
aggregation, this is not necessarily true. For example, a
university owns various departments (e.g., chemistry), and
each department has a number of professors. If the
university closes, the departments will no longer exist,
but the professors in those departments will continue to
exist. Therefore, a University can be seen as a composition
of departments, whereas departments have an aggregation of
professors. In addition, a Professor could work in more
than one department, but a department could not be part of
more than one university."

Is This Answer Correct ?    16 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain about static diagrams?

515


What is Association and its types?

551


What is deployment diagram in UML?

570


Who maintains the uml specification and how is it updated?

493


What is the difference between responsibility-driven and data-driven approaches?

1010






What is class diagram in UML with example?

639


What are the roles played by packages, modules and wrappers in uml?

684


Name 9 modeling diagrams that are frequently used?

516


How do you create a use case diagram in UML?

572


Explain about the difficulties of interchange format of UML?

639


How would you define architecture?

596


What is profile diagram in UML?

565


What are the goals of UML?

694


What is multiple inheritances?

573


What are the modelling diagrams that are most commonly used?

500