An open API service indexing awesome lists of open source software.

https://github.com/howprogrammingworks/abstractfactory

Abstract Factory Pattern
https://github.com/howprogrammingworks/abstractfactory

Last synced: 21 days ago
JSON representation

Abstract Factory Pattern

Awesome Lists containing this project

README

          

# Abstract Factory Pattern

Define an abstract class (or an interface) for creating families of related or
dependent objects without specifying their concrete classes.