11 lines
238 B
Markdown
Raw Normal View History

2014-08-09 19:52:29 +03:00
java-design-patterns
====================
2014-08-09 20:44:21 +03:00
Design pattern samples in Java.
Abstract Factory
================
Intent: Provide an interface for creating families of related or dependent objects without specifying their concrete classes.