Structural pattern: Difference between revisions

Content deleted Content added
m remove Container pattern: article deleted
Siggimund (talk | contribs)
Consensus seems to be for Facade instead of Façade on most English pages except this one and "Fundamental pattern". So for consistency I changed it to Facade for these two also.
Line 11:
* [[Decorator pattern]]: add additional functionality to a class at runtime where subclassing would result in an exponential rise of new classes
* [[Extensibility pattern]]: aka. Framework - hide complex code behind a simple interface
* [[FaçadeFacade pattern]]: create a simplified interface of an existing interface to ease usage for common tasks
* [[Flyweight pattern]]: a high quantity of objects share a common properties object to save space
* [[Proxy pattern]]: a class functioning as an interface to another thing