Presents dependency link.
A dependency is a relationship between
elements, where one depends on another.
A change in the "independent" element will
affect the dependent element.
The examples of dependency between classes
that is not association is using local object
of one class in some method implementation of
another. |