2013-09-24 14:08:25 +02:00
..
cs
2013-09-13 12:00:39 +02:00
2013-09-24 14:08:25 +02:00
2013-09-24 14:08:25 +02:00
2013-09-13 11:47:46 +02:00

Simple Factory

Purpose

ConcreteFactory is a simple factory pattern.

It differs from the static factory because it is NOT static and as you know: static => global => evil!

Therefore, you can haZ multiple factories, differently parametrized, you can subclass it and you can mock-up it.