Design Pattern – Factory Method

C# CONCEPTSAccording to the Gang of Four, the factory method allows the subclass to determine which class object should be created.Photo by Life Of Pix from PexelsLearning ObjectivesWhat is the factory method design pattern?How to write code using the factory method?PrerequisitesBasic knowledge of OOPS concepts.Any programming language knowledge.The article demonstrates the factory method using the C# programming … Continue reading Design Pattern – Factory Method