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.

Edit on GitHubContributions in our content repository are 🤗 welcome from everyone.Link leads to the Contributions guidelines on GitHubLink leads to the content repository on GitHub