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
Open-closed principle: Classes should be open for extension but closed for modification;
Decorator: Attach additional responsibilities to an object dynamically.Decorators provide a flexible alternative to subclassing for extending functionality;