Factory Design Pattern
Factory manufactures objects
In this pattern, there is a factory and other objects. The factory provides you with the object that you require.
Note: If the factory contains sub-factories, then that is known as an abstract design pattern.
Example: Th...
chetan77.hashnode.dev1 min read