Question: 1 How are contents of a composition different from those of aggregation?

  1. if one element of an aggregation is dereferenced, all its elements are eligible for garbage collection
  2. if a composition dies, the contents die
  3. the contents of a composition are all siblings
  4. an aggregation contains only abstract classes

Answer: The correct answer of the above question is Option B:if a composition dies, the contents die