Understanding the Factory Pattern Using .NET and C#
3 min readJan 1
--
Creating Flexible Solutions with the Factory Method Pattern
Here is a short article about factory pattern, abstract factory and factory method using C#.
Factory Pattern
The Factory Pattern is an object-oriented design pattern used to create objects without exposing the…