In object-oriented modeling, a relationship representing a ‘has-a’ whole-part connection where child components CAN exist independently of the whole container is:
AComposition
BGeneralization
CAggregation
DDependency
Explanation
Aggregation represents a weak whole-part relationship where child entities survive container destruction.
Exam Relevance
- Topic: Object-Oriented Design
- Subtopic: UML Relationships

No Comments