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 |
Define modularity?
What are the main features of oops?
What are the access modifiers?
When do you prefer to use composition than aggregation?
1 Answers InfoAxon Technologies, Protech,
What is bootstrap, extension and system class loader? Or can you explain primordial class loader?
What is the abstract method modifier?
When will you use an interface and abstract class?
What does the keyword virtual represented in the method definition?
What is the use if instanceof keyword? And how do refer to a current instance of object?
What is operator overloading and polymorphism?
0 Answers ITC Indian Tobacco Company,
What is the difference between class inheritance and interface inheritance?
Difference between Composition and Aggregation