Login
From:
refactoring.guru
(Uncensored)
subscribe
Decorator
https://refactoring.guru/design-patterns/decorator
links
backlinks
Roast topics
Find topics
Find it!
Decorator is a structural design pattern that lets you attach new behaviors to objects by placing these objects inside special wrapper objects that contain the behaviors.