You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Decorator pattern allows you to attach new behaviours to an object at run time. This is done by wrapping the object to which you wish to add some behaviour inside a wrapper object containing that behaviour.