Decorator Design Pattern
The decorator pattern is a structural design pattern that give us the ability to enhance the functionality of existing objects. This is done by surrounding the objects with a special kind of class known as a decorator class which can add new behavior...
thkarropoulos.hashnode.dev4 min read