Differentiate between Aggregation and containment?
Answers were Sorted based on User's Feedback
Answer / arul
Aggregation is the relationship between the whole and a
part. We can add/subtract some properties in the part
(slave) side. It won?t affect the whole part.
Best example is Car, which contains the wheels and some
extra parts. Even though the parts are not there we can
call it as car.
But, in the case of containment the whole part is affected
when the part within that got affected. The human body is
an apt example for this relationship. When the whole body
dies the parts (heart etc) are died.
Is This Answer Correct ? | 33 Yes | 7 No |
Answer / msh
Aggregation is interobject relationship. This relationship
occurs when one class contains another class.
Is This Answer Correct ? | 4 Yes | 3 No |
Answer / kundan lal
There is NO difference between aggregation and containment.
There is a difference, however, between aggregation and
composition.
Is This Answer Correct ? | 0 Yes | 9 No |
Difference: 'uses', 'extends', 'includes'
7 Answers Cognizant, Protech, TY, University,
Can different parts of a partial class inherit from different interfaces?
Explain the rationale behind object oriented concepts?
Explain the abstract class modifier?
what is virtual function and pure virtual function ?
What are associative classes?
3 Answers InfoAxon Technologies, Protech,
Explain what a method is?
When do you prefer to use composition than aggregation?
1 Answers InfoAxon Technologies, Protech,
What is the base type from which all structs inherit directly?
Why abstraction is important?
What is the purpose of late binding in object-oriented programming?
Can you think of some nice examples where *multiple* actors are associated with a use case ?