Introduction to OOP: Chapter 17 : Visibility and Dependency [next] [previous] [audio] [real] [text]

Dependency

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.

Intro OOP, Chapter 17, Slide 4