Decorator Design Pattern
Intent
It allows us to dynamically add behaviour or a new functionality to an individual object, without affecting the behaviour of the other objects of the same class. We can imagine it like as if we were wrapping a gift, putting it in a box, and th...
metwalli.hashnode.dev2 min read