Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / Factory

Factory

Factory

Great Reads

by Greg Utas
Registering and efficiently accessing polymorphic objects
by dorodnic
Step by Step Implementation of Abstract Factory Design Pattern in C++
by IgorRadionyuk
Automatic mapping some key to the fabric function, and its usage
by Giorgio Arata
A Decorator Design Patterns revision obtained adopting a lambda closures approach.

Latest Articles

by Greg Utas
Registering and efficiently accessing polymorphic objects
by dorodnic
Step by Step Implementation of Abstract Factory Design Pattern in C++
by IgorRadionyuk
Automatic mapping some key to the fabric function, and its usage
by Giorgio Arata
A Decorator Design Patterns revision obtained adopting a lambda closures approach.

All Articles

Sort by Score

Factory 

by YasIkeda
In this article we examine two implementations of the factory design pattern.