Coupling between objects

CBO

Measure

-- degree of dependence
  • CBO(x) = | { y | x uses y \/ y uses x } |

Viewpoint --

excessive coupling between objects outside of the inheritance hierarchy is detrimental to modular design and prevents reuse
slide: Coupling between objects