Coupling (computer programming): Difference between revisions

Content deleted Content added
Low Coupling: small cap section title
High Cohesion: small cap section title
Line 28:
*Difficult to reuse a class because dependent class must also be included.
 
=== High Cohesioncohesion ===
If we want to design classes to increase the likelihood of reuse and not be overwhelmingly complex, keeping complexity manageable, the solution is assigning responsibilities so that cohesion remains high.