Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/a-cordier/design-pattern-factory


https://github.com/a-cordier/design-pattern-factory

Last synced: 14 days ago
JSON representation

Awesome Lists containing this project

README

        

### Factory Pattern

#### A creational pattern

Delegate object concrete objects creation based on the input of the factory method

Source code stems from the following UML diagram:

![alt text](design-pattern-factory.png "Design Pattern Factory ")