OOPs Concepts
Programming and Technical
Programming
Definition
What is Aggregation?
Read Solution (Total 1)
-
- Aggregation Means if Parent type is Destroy then there is no effect on child type (does not destroy).
Example:Mobile and charger
Here, Mobile is Parent and Charger is a Child
if Mobile will be destroyed then there is no effect on Charger(It Does not Destroy). - 4 years agoHelpfull: Yes(0) No(0)
OOPs Concepts Other Question