mirror of
https://github.com/tmrts/go-patterns.git
synced 2025-02-18 13:33:13 +03:00
7 lines
317 B
Markdown
7 lines
317 B
Markdown
# Abstract Factory Pattern
|
|
|
|
The [abstract factory design pattern](https://en.wikipedia.org/wiki/Abstract_factory_pattern) provides an interface for creating families of releated objects
|
|
|
|
# Implementation and Example
|
|
|
|
An example with implementation and usage can be found in [abstract-factory.go](abstract-factory.go). |