Demystifying the Factory Pattern in C#
The Factory Pattern is categorized under the creational design patterns, and provides an interface for creating objects but allows subclasses to alter the type of objects that will be created. In essence, it abstracts the process of object creation a...
guillermovalenzuela.hashnode.dev4 min read