GRASP (object-oriented design): Difference between revisions

Content deleted Content added
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 responsibility of mediation between thenthem to an intermediate object.
 
==Protected Variations==