previous |
start |
next
Association and Dependency
- One class is associated with another if you can navigate from
its objects to objects of the other class
- One class depends on another if it comes into contact with the
other class in some way.
- Association is a stronger form of dependency
previous |
start |
next