An association defines a relationship between classes of objects which allows one object instance of one class to send messages and change states of objects of another class in the association.
Associations have characteristics of such as:
cause another to perform an action on its behalf.
Multiplicity: How many objects of each class are possible in each end of the relationship.
Navigation: If it is possible for each object to access others in the same association.
Copyright © 1998-2009 Dilvan Moreira