Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 377 Bytes

File metadata and controls

5 lines (3 loc) · 377 Bytes

Abstract Factory Pattern

Abstract Factory is a creational design pattern that lets you produce families of related objects without specifying their concrete classes. source

In this example RigFactory will bundle together a Case and a Monitor to produce a computer rig.