<<< Kinds of Relationships     Index     Association Navigability >>>

8. Association Relationship


  • Association provides description of a connection among instances of classes.

  • Most common kind of association is a binary association between a pair of classes.

  • Associations carry information about relationships among objects in a system.

  • As a system executes, links among objects are created and destroyed.

  • Associations are the glue that ties a system together.

    association notation
  •  

  • Without associations, there are nothing but isolated classes that don't work together.

  • Most important property of association is multiplicity.

  • Multiplicity specifies how many instances of one class can be related to one instance of the other class.

<<< Kinds of Relationships     Index     Association Navigability >>>