Q108
If the diamond is filled it depicts which relationship?
A.
Strong Aggregation
B.
Composition
AnswerC.
Abstraction
D.
Inheritance
Answer: Option B
Solution
Answer: Option B
Solution:
In composition, the contained object can be referenced by its container only. It should be deleted when the container is deleted.