Skip to content

Opening book details…

About this document

Decorator Design Pattern Explained by Akula Sandeep is a document available to read on EtoBox.

The Decorator design pattern allows behavior to be added to individual objects, dynamically, without affecting the behavior of other objects from the same class. Decorators provide a flexible alternative to subclassing for extending functionality. The pattern attaches additional responsibilities to an object dynamically by wrapping the object with decorator objects. This allows functionality to be added and removed at runtime.

Author
Akula Sandeep
Language
EN