Abstract Factory
Term side of the Card
Topic: Creational Patterns
Unit title: Abstract Factory
Categories: Design pattern
Explanation side of the Card
Explanation: The design pattern that allows creating of related objects without specifying their concrete classes. It provides an interface to create families of objects that belong together, often used when the system needs to be independent of how its objects are created.