Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 353 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 353 Bytes

Factory

Summary

A factory method is a static method that creates objects;

A factory can take care of object creation;

A factory can be external or reside inside the object as an inner class;

Hierarchies of factories can be used to create related objects.

Course by: Dmitri Nesteruk

https://www.udemy.com/course/design-patterns-csharp-dotnet/