1
0
mirror of https://github.com/tmrts/go-patterns.git synced 2024-11-25 22:46:05 +03:00
go-patterns/creational/abstract-factory.md

317 B

Abstract Factory Pattern

The abstract factory design 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.