Factory Pattern. When to use factory methods?

Posted by jjshell on Stack Overflow See other posts from Stack Overflow or by jjshell
Published on 2008-09-16T06:38:24Z Indexed on 2010/03/12 5:37 UTC
Read the original article Hit count: 170

Filed under:
|

Hi,

When is it a good idea to use factory methods within an object instead of a Factory class?

Regards,

-jj.

© Stack Overflow or respective owner

Related posts about design-patterns

Related posts about factory