1 How are contents of a composition different from those of aggregation?
an aggregation contains only abstract classes
the contents of a composition are all siblings
if a composition dies, the contents die
if one element of an aggregation is dereferenced, all its elements are eligible for garbage collection