Update README.md

This commit is contained in:
Ilkka Seppälä
2014-08-13 21:47:14 +03:00
parent e742950c19
commit dcf82b01c6

View File

@ -27,3 +27,6 @@
##Composite
**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.