An open API service indexing awesome lists of open source software.

https://github.com/a-cordier/design-pattern-decorator

GOF decorator structural design pattern
https://github.com/a-cordier/design-pattern-decorator

Last synced: 3 months ago
JSON representation

GOF decorator structural design pattern

Awesome Lists containing this project

README

        

### Decorator pattern

#### A structural pattern

Extend the behavior of an object at runtime, using the precept of "composition over inheritance"

Source code stems from the following UML diagram:

![alt text](design-pattern-decorator.png "Design Pattern Decorator ")