Tell us what do you mean by aggregation?

Submitted by: Muhammad
Aggregation is a specialized form of Association where all object have their own lifecycle but there is ownership and child object can not belongs to another parent object. Let's take an example of Department and teacher. A single teacher can not belongs to multiple departments, but if we delete the department teacher object will not destroy.
Submitted by: Muhammad

Read Online Java Software Engineer Job Interview Questions And Answers