We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce5700c commit 959a1f6Copy full SHA for 959a1f6
README.md
@@ -1,4 +1,10 @@
1
java-design-patterns
2
====================
3
4
-Design patterns in Java
+Design pattern samples in Java.
5
+
6
7
8
+Abstract Factory
9
+================
10
+Intent: Provide an interface for creating families of related or dependent objects without specifying their concrete classes.
0 commit comments