Content deleted Content added
moving content of section "Low Coupling / High Cohesion" upwords to existing section "High / low coupling" |
→Low Coupling: small cap section title |
||
Line 12:
The concepts are usually related: low coupling implies high cohesion and vice versa. In the field of [[object-oriented programming]], the connection between classes tends to get lower (low coupling), if we we group related methods of a class together (high cohesion).
=== Low
In object-oriented programming, coupling is a measure of how strongly one class is connected to another.
|