Structural pattern: Difference between revisions

Content deleted Content added
Usually, more than 3 entities are related in one desi
No edit summary
Line 46:
}}</ref>
* [[Composite pattern]]: a tree structure of objects where every object has the same interface
* [[Decorator pattern]]: add additional functionality to aan classobject at runtime where subclassing would result in an exponential rise of new classes
* [[Extensibility pattern]]: a.k.a. Framework - hide complex code behind a simple interface
* [[Facade pattern]]: create a simplified interface of an existing interface to ease usage for common tasks