Coupling (computer programming): Difference between revisions

Content deleted Content added
Tags: Reverted Visual edit
m Reverted edits by 117.211.106.245 (talk) to last revision by OlliverWithDoubleL: editing tests
Line 61:
 
== Solutions ==
One approach to decreasing coupling is [[functional design]], which seeks to limit the responsibilities of modules along functionality. Coupling increases between two classes '''''A''''' and '''''B''''' if ,:
 
*'''''A''''' has an attribute that refers to (is of type) '''''B'''''.