Update README.md

This commit is contained in:
Ilkka Seppälä 2014-11-08 22:38:07 +02:00
parent 862fd39d11
commit 5305e6ba1b

View File

@ -9,7 +9,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/llitfkitfk/java-design-patterns/blob/master/abstract-factory/etc/abstract-factory_1.png "Abstract Factory")
![alt text](https://github.com/iluwatar/java-design-patterns/blob/master/abstract-factory/etc/abstract-factory_1.png "Abstract Factory")
**Applicability:** Use the Abstract Factory pattern when
* a system should be independent of how its products are created, composed and represented