#design-patterns
Read more stories on Hashnode
Articles with this tag
Facade pattern hides the complexities of the system and provides an interface to the client using which the client can access the system. Analogous to...
The Bridge design pattern allows you to separate the abstraction from the implementation. · Bridge pattern decouples implementation class and abstract...
The adapter pattern is a software design pattern that allows the interface of an existing class to be used as another interface. · Watch this...
Decorator is a structural design pattern that lets you attach additional behaviors to objects dynamically. · Decorator is a structural design pattern...