GRASP (object-oriented design): Difference between revisions

Content deleted Content added
References: fixing references div
Works Cited: adding a see also section
Line 42:
The '''Protected Variations''' pattern protects elements from the variations on other elements (objects, systems, subsystems) by wrapping the focus of instability with an [[Interface (computer science)|interface]] and using [[Polymorphism (computer science)|polymorphism]] to create various implementations of this interface.
 
==See Also==
*[[Design pattern (computer science)]]
*[[Design Patterns]]
==Works Cited==
<div class="references-small">