Posted on: 7/11/2008 5:00:00 PM | Views : 909

The factory method pattern is a design pattern that allows for the creation of objects without specifying the type of object that is to be created in code. A factory class contains a method that allows determination of the created type at run-time.

...

Go to the complete details ...