Structural pattern: Difference between revisions

Content deleted Content added
No edit summary
Tawkerbot2 (talk | contribs)
m BOT - Reverted edit by User talk:210.210.79.229 (47071897) - reverted to User talk:194.70.193.37 (24975341)
Line 1:
In [[Software Engineering]], '''Structural Design Patterns''' are [[Design_pattern_(computer_science)|Design Patterns]] that ease the design by identifying a simple way to realize [[relationship]]s between entities.
 
Examples of Structural Patterns include:
 
* [[Adapter pattern]]
* [[Bridge pattern]]
* [[Composite pattern]]
* [[Container pattern]]
* [[Decorator pattern]]
* [[Extensibility pattern]]
* [[Facade pattern]]
* [[Flyweight pattern]]
* [[Proxy pattern]]
* [[Pipes and filters]]
* [[Private class data pattern]]
 
 
{{comp-sci-stub}}
 
[[Category:Software design patterns]]