27.7k views
1 vote
Composition is a special case of which of the following? O a. Realisation O b. Encapsulation O C. Aggregation O d. Generalisation

User Zane XY
by
8.9k points

1 Answer

0 votes

Answer: Aggregation

Step-by-step explanation:

Composition is a unique instance of aggregation in the area of business studies.

A connection between two classes called an aggregate occurs when one class is made up of several instances of the other class. It symbolizes a "has-a" connection in which one class aggregates or contains another class. A particular kind of aggregation called composition strongly ties the lifespan of the aggregated class to the contained class. In composition, the contained class is normally destroyed when the enclosing class is destroyed and cannot exist independently.

Therefore, composition may be viewed as a special form of aggregation in the context of business studies, specifically referring to a strong containment connection where the contained class is a fundamental component of the containing class.

User Valorl
by
7.8k points