Click here to Skip to main content
15,867,756 members
Articles / Programming Languages / C++

Understanding Factory Method and Abstract Factory Patterns

Rate me:
Please Sign up or sign in to vote.
4.33/5 (48 votes)
24 Apr 2013CPOL9 min read 196.9K   114  
A simplified explanation of Factory Method and Abstract Factory Patterns with sample C++ code.
No downloads associated with this content

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Technical Lead Persistent Systems Ltd.
India India
I am currently working as a Tech Lead for VC++ projects. My role is to Design applications and to make them extensible and very easy to maintain. I use lot of design patterns into my work to design applications. I would like to share the knowledge gained while using these patterns with everybody.

Comments and Discussions