Introduction to OOP | Chapter 23: Object Interconnections : | next | previous | audio | real | text |
Dependency describes the degree to which one software component relies on another component to perform its responsibilities.
A high degree of dependency obviously limits code reuse - moving one component to a new project.