Content deleted Content added
Remove link to dab page Relationship using popups |
LazyEditor (talk | contribs) m The ç in Façade pattern |
||
Line 12:
* [[Decorator pattern]]: add additional fuctionality 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
|