What is the Decorator Design Pattern?
Introduction
In software engineering, the Decorator design pattern is a structural pattern that allows objects to be extended with new behaviours at runtime, without affecting the behaviour of other objects in the same class. It is one of the Gang of...
harshmange.hashnode.dev3 min read