From 959a1f63ba39b8873474e85157adccf190a9e9c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilkka=20Sepp=C3=A4l=C3=A4?= Date: Sat, 9 Aug 2014 20:44:21 +0300 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a24985d43..aafef7e55 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,10 @@ java-design-patterns ==================== -Design patterns in Java +Design pattern samples in Java. + + + +Abstract Factory +================ +Intent: Provide an interface for creating families of related or dependent objects without specifying their concrete classes.