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-abstract-factory


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

Last synced: 14 days ago
JSON representation

Awesome Lists containing this project

README

        

### Abstract factory pattern

#### A creational pattern

Abstract factory pattern add a level of abstraction to factory pattern (no input and if else structure needed here). Definition and implementation are totally decoupled here.

Source code stems from the following UML diagram:

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