Factory Design Pattern
Introduction
A Factory Method creates new objects as instructed by the client
It is a creational design pattern that provides a generic interface for creating objects. In the factory pattern, we can specify the type of object being created and we d...
mihirengineer.com1 min read