What is the difference between Builder Design pattern and Factory Design pattern?

Posted by ykaratoprak on Stack Overflow See other posts from Stack Overflow or by ykaratoprak
Published on 2009-04-16T19:39:04Z Indexed on 2010/04/13 17:53 UTC
Read the original article Hit count: 184

What are the "Builder Design pattern" and "Factory Design pattern" the difference? Which is more advantageous? I want to test this patterns? How do I represent as a graph?

© Stack Overflow or respective owner

Related posts about design-patterns

Related posts about builder-pattern