Factory
Term side of the Card
Topic: Creational Patterns
Unit title: Factory
Categories: Design pattern
Explanation side of the Card
Explanation: The design pattern that defines an interface for creating objects, allowing subclasses to decide which class to instantiate. It helps manage object creation without specifying the exact class of the object that will be created.