Update README.md
This commit is contained in:
@ -27,3 +27,6 @@
|
|||||||
|
|
||||||
##Composite
|
##Composite
|
||||||
**Intent:** Compose objects into tree structures to represent part-whole hierarchies. Composite lets clients treat individual objects and compositions of objects uniformly.
|
**Intent:** Compose objects into tree structures to represent part-whole hierarchies. Composite lets clients treat individual objects and compositions of objects uniformly.
|
||||||
|
|
||||||
|
##Decorator
|
||||||
|
**Intent:** Attach additional responsibilities to an object dynamically. Decorators provide a flexible alternative to subclassing for extending functionality.
|
||||||
|
Reference in New Issue
Block a user