Update README.md

This commit is contained in:
Ilkka Seppälä
2014-08-12 23:11:33 +03:00
parent e5fc439687
commit e6d9b6e636

View File

@ -21,3 +21,6 @@ Intent: Ensure a class only has one instance, and provide a global point of acce
##Adapter
Intent: Convert the interface of a class into another interface clients expect. Adapter lets classes work together that couldn't otherwise because of incompatible interfaces.
##Bridge
Intent: Decouple an abstraction from its implementationso that the two can vary independently.