Factory Design Pattern
This design helps to separates the business logic and the object creation part, to decouple every process easily and to improve code readability and maintainability.
Factory1. Simple Factory2. Factory Method3. Abstract Factory ...