Coupling of Modules in Software Development

The degree of dependency, interaction, or reciprocal interdependence between two modules, classes, or components is measured by the coupling between them. A module is considered to be functioning independently of other modules if it has strong cohesion and low coupling. When callbacks to functions between two modules contain a significant amount of common data and