Factory Method Design Pattern
The factory method pattern is a design pattern that allows for the creation of objects without specifying the type of object that is to be created in code. A factory class contains a method that allows determination of the created type at run-time.
Tutorials > C# > Beginner
More from BlackWasp

Mail to a Friend  |  Permalink