## What is it? The degree to which things things must be changed together. There are a number of different types of coupling. ## Implementation coupling If two components display implementation coupling then, when the implementation of one changes, the implementation of the other must also change. A high degree of implementation coupling reduces stability and maintainability.
Read