edited by
2,105 views
1 votes
1 votes

Which of the following is a correct statement ?

  1. Composition is a strong type of association between two classes with full ownership.
  2. Composition is a strong type of association between two classes with partial ownership.
  3. Composition is a weak type of association between two classes with partial ownership.
  4. Composition is a weak type of association between two classes with strong ownership.
edited by

1 Answer

0 votes
0 votes

When an object contains the other object, if the contained object cannot exist without the existence of container object, then it is called composition

it is strong and has full owner relationship

Answer must be A

Related questions

0 votes
0 votes
1 answer
2