previous |
start |
next
Coupling
- Coupling is important because if one class
changes, all the classes that depend on it may be
affected.
- Furthermore, if a class is used in another
program, so must all the classes on which it depends.
- In general, you want to remove unnecessary
coupling.
previous |
start |
next