Difference between Composition and Aggregation.



Difference between Composition and Aggregation...

Answer / 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

More UML Interview Questions

What are boundary, entity and control classes?

0 Answers  


explain important relationships that are used in object- oriented modeling.

0 Answers  


What is a communication diagram in UML?

0 Answers  


What are the roles played by wrappers in uml?

0 Answers  


What is inheritance in oosad?

0 Answers  






Detail whether UML can be used as a programming language?

0 Answers  


What are the messages and the dynamic diagrams?

0 Answers  


What is the origin of UML?

1 Answers  


State some benefits of iterative development?

0 Answers  


Given the requirements, how will you go about designing them? How will you convert business info to technical info?

0 Answers   CSC, SAP Labs,


What is the life cycle divided into?

0 Answers  


What is an object lifeline?

0 Answers  


Categories