Content deleted Content added
Pi Delport (talk | contribs) m remove Container pattern: article deleted |
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
* [[
* [[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
|