Design Pattern : Method Factory

by toy

Method factory is built to prevent the user from creating an instance directly. For instance, MyClass myClass = new MyClass(); This will prevent from creating too many objects. I will explain no more, because wikipedia do it so much better than me.

http://en.wikipedia.org/wiki/Factory_method_pattern