Friday, February 6, 2009

Aggregation...


Aggregation is essentially the ability to embed or nest instance(s) of one type of class within another type of class.

The simplest way to read the diagram shown alongside is. Consider the diamond as an Arrow which points to the Parent.

Therefore, here the PersonDetailsList is the parent which contains a list of PersonDetails.