B is correct because composition relationships are a strong relationship.
C is correct because the object that is composed of the other objects has a lifecycle responsibility
for these objects.
D and E are correct because one object can be composed of only another single object, or an object can be composed of many objects, like an array.
A is incorrect.
A is incorrect because composition association is a strong relationship, not weak.
|