Structural pattern: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 14:
* [[Facade 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
* [[Pipes and filters]]
* [[Private class data pattern]]