Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

Last synced: 14 days 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 ")