Update README.md

This commit is contained in:
Ilkka Seppälä 2014-08-23 20:27:02 +03:00
parent a7d57c093d
commit 3a2d9879a4

View File

@ -5,7 +5,7 @@
##Abstract Factory
**Intent:** Provide an interface for creating families of related or dependent objects without specifying their concrete classes.
![alt text](https://github.com/iluwatar/java-design-patterns/blob/master/abstract-factory/etc/abstract-factory.jpg "Logo Title Text 1")
![alt text](https://github.com/iluwatar/java-design-patterns/blob/master/abstract-factory/etc/abstract-factory.jpg "Abstract Factory")
##Builder
**Intent:** Separate the construction of a complex object from its representation so that the same construction process can create different representations.