Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 299 Bytes

File metadata and controls

7 lines (4 loc) · 299 Bytes

Abstract Factory

Abstract Factory Design Pattern is a creational design pattern that lets you create a family of related objects. It is an abstraction over the factory pattern. It is best explained with an example.

UML Diagram: