Update README.md

This commit is contained in:
Ilkka Seppälä 2014-08-09 22:40:45 +03:00
parent f8616ec574
commit fb24bf8c1f

View File

@ -1,10 +1,7 @@
java-design-patterns
====================
Design pattern samples in Java.
Abstract Factory
================
Intent: Provide an interface for creating families of related or dependent objects without specifying their concrete classes.