Definition
Object Coupling
Object coupling describes the dependency of objects to one another. The strength of object coupling depends on:
- number of externally visible methods and variables (the interface)
- number of methods calls and variable accesses in other objects
- number of parameters of these methods
Object coupling should be weak.