The Proxy design pattern is a structural pattern that provides a surrogate or placeholder object to…
Tag:
structural pattern
7 Articles
7
8 Min Read
The Flyweight design pattern is a structural pattern that aims to reduce memory usage by sharing…
9 Min Read
The Facade design pattern is a structural pattern that provides a simplified interface to a complex…
8 Min Read
The Decorator design pattern is a structural pattern that allows you to add new behaviors or…
10 Min Read
The Composite design pattern is a structural pattern that allows you to compose objects into tree…
9 Min Read
The Bridge design pattern is a structural pattern that separates the abstraction (high-level class or interface)…
7 Min Read
The Adapter design pattern is a structural pattern that allows objects with incompatible interfaces to work…
Page 1 of 1