Update README.md

This commit is contained in:
Ilkka Seppälä 2014-08-13 21:16:37 +03:00
parent 0c9136ac01
commit 1d4f0f1e29

View File

@ -24,3 +24,6 @@
##Bridge
**Intent:** Decouple an abstraction from its implementationso that the two can vary independently.
##Composite
**Intent:** Compose objects into tree structures to represent part-whole hierarchies. Composite lets clients treat individual objects and compositions of objects uniformly.