how to implement decorator design pattern
Understanding the Decorator Design Pattern Think of a decorator like wrapping a gift. You have a plain box (your original object). You can add a ribbon (a new behavior) without ever opening the box or changing what's inside. You ca…