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

https://github.com/howprogrammingworks/factorymethod

Factory method
https://github.com/howprogrammingworks/factorymethod

Last synced: 10 months ago
JSON representation

Factory method

Awesome Lists containing this project

README

          

# Factory method

Define an abstract class (or an interface) for object instantiation, but let
subclasses (or interface implementation) decide which class to instantiate.