Click here to Skip to main content
15,895,483 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 197.9K   114  
A simplified explanation of Factory Method and Abstract Factory Patterns with sample C++ code.

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

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