Structural pattern: Difference between revisions

Content deleted Content added
Khalid (talk | contribs)
No edit summary
 
No edit summary
Line 1:
'''Structural Design Patterns''' are [[Design_pattern_(computer_science)|Design Patterns]] that ease the design by identifying a simple way to realize relationships[[relationship]]s between entities.
 
Examples of Structural Patterns include:
Line 11:
* [[Facade pattern]]
* [[Flyweight pattern]]
* [[Proxy pattern]]
* [[Pipes and filters]]