Jump to content

Coupling and Cohesion: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

20 January 2025

18 January 2025

  • curprev 20:1120:11, 18 January 2025 Chr1ss talk contribs 5,158 bytes +5,158 Created page with "= Principle of High Cohesion and Low Coupling = In software architecture, '''cohesion''' refers to the degree to which the elements within a module or component are related to one another. High cohesion implies that the elements within a module are strongly related and focused on a single, well-defined purpose. '''Coupling''' refers to the degree of interdependence between software modules or components. Low coupling means minimizing the dependencies between modules, e..."