Factory Method design pattern
The Factory Method design pattern can be applied to situations in programming where you have a set of component classes but won’t know exactly which one you’ll need to instantiate until runtime. In this article I’ll show you how the Factory Method pattern can be used to create different objects, without knowing beforehand what sort of objects it needs to create or how the object is created
Want to have your say? just login


Be first to show your opinion !!!