Structural pattern: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
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
* [[Facade pattern]]: create a simplified interface of an existing interface that eases it's usage for common tasks of an existing interface
* [[Flyweight pattern]]: a high quantity of objects share a common properties object to save space
* [[Proxy pattern]]
* [[Pipes and filters]]