Click here to Skip to main content
15,891,253 members
Articles / Desktop Programming / WTL

C# Design Patterns: Factory

Rate me:
Please Sign up or sign in to vote.
1.50/5 (2 votes)
25 Feb 2010CPOL 20K   3  
What is the factory design pattern? Well to begin with, it is something that is referenced frequently in software architecture. Functionally, a factory builds an object. More specifically, factories render instances of an abstract class type.

Views

Daily Counts

License

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


Written By
Chief Technology Officer
United States United States
Pittsburgh-based developer.

Comments and Discussions