#structural-design-pattern
Read more stories on Hashnode
Articles with this tag
The Proxy Design Pattern is a structural design pattern. The Proxy Design Pattern acts as a middleman between the client (user) and the actual...
The Composite Design Pattern is a structural pattern that allows treating individual objects and compositions of objects uniformly. It is useful when...
The Facade Pattern is a structural design pattern that simplifies interactions between the client and a complex system by providing a single,...
The Decorator Design Pattern is a structural design pattern that allows you to dynamically add new functionalities to objects without modifying their...
The Adapter design pattern is a structural design pattern. What is structural design pattern ? Structural Design Patterns help in building the...