GRASP (object-oriented design): Difference between revisions

Content deleted Content added
No edit summary
CmdrObot (talk | contribs)
m sp: responsability→responsibility
Line 35:
 
==Indirection==
The '''Indirection''' pattern supports low coupling (and reuse potential) between two elements by assigning the responsabilityresponsibility of mediation between then to an intermediate object.
 
==Protected Variations==