Class Coupling
Measures the number of classes with which the class is coupled. Class A is coupled with class B if A calls methods implemented in B.
../images/tips.gif
A large coupling factor may indicate a design problem. A lower coupling indicates a more independent object, which in turn means the object may be easier to use.
 
Last modified date: 05/19/2020