Work on #208, categorized factory method in beginner difficulty tag

This commit is contained in:
Narendra Pathai 2015-09-10 15:26:47 +05:30
parent efa7e01223
commit 338ecd1658

View File

@ -4,7 +4,9 @@ title: Factory Method
folder: factory-method folder: factory-method
permalink: /patterns/factory-method/ permalink: /patterns/factory-method/
categories: Creational categories: Creational
tags: Java tags:
- Java
- Difficulty-Beginner
--- ---
**Intent:** Define an interface for creating an object, but let subclasses **Intent:** Define an interface for creating an object, but let subclasses