Articles categorized as Design Pattern

Introduction to the Factory Design Pattern

The Factory Design Pattern is a creational design pattern that provides an interface for creating instances of a class, with its subclasses deciding the specific class to be instantiated.