awesome-patterns/creational/abstract_factory.md
Lucas Alves c3ace1a31b Create new factory function
* CreateVehicleFactory function initiate a new factory of
	  Car or Motorbike
2021-07-01 00:59:42 -03:00

98 B

Abstract Factory Pattern

Implementation

Usage

Rules of Thumb