Decorator design pattern is used to modify the functionality of an object at runtime. At the same time other instances of the same class will not be affected by this, so individual object gets the modified behaviour. When to use ? When you want to...
parottasalna.hashnode.dev7 min read
No responses yet.