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

https://github.com/balikuddembe/factory-method-designpattern

In Factory pattern, we create object without exposing the creation logic to the client and refer to newly created object using a common interface
https://github.com/balikuddembe/factory-method-designpattern

Last synced: 3 months ago
JSON representation

In Factory pattern, we create object without exposing the creation logic to the client and refer to newly created object using a common interface

Awesome Lists containing this project