Placeholder
Topic
Factory Method
A creation hook on a consumer base class that subclasses override to choose a dependency from another class family.
1 page
Writing10 February 2013
Factory Method Pattern: The Most Beautiful Pattern We Lost
Factory Method lets consumer subclasses choose dependencies through an overridable creation hook. C# member managers and Windows Forms show its two class families, distinguishing it from a Factory.