When to use Factory method pattern?

Posted by Jaswant Agarwal on Stack Overflow See other posts from Stack Overflow or by Jaswant Agarwal
Published on 2009-10-05T10:46:39Z Indexed on 2010/03/12 5:37 UTC
Read the original article Hit count: 313

Filed under:
|
|

When to use Factory method pattern?

Please provide me some specific idea when to use it in project? and how it is a better way over new keyword?

© Stack Overflow or respective owner

Related posts about design-patterns

Related posts about factory