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.
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
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.