0
anyone can explain composition in java with example?
Composition
2 Answers
+ 5
ForĀ example: A car has a engine, a window has a button, a zoo has a tiger.Ā CompositionĀ is a special case of aggregation. In other words, a restricted aggregation is calledĀ composition. When an object contains the other object and the contained object cannot exist without the other object, then it is calledĀ composition.
+ 2
Please refrain from copying your thread title into the tags. Tags are search terms, use of irrelevant words in tags will ruin accuracy of search facility.