...

/

Abstract Factory: Introduction

Abstract Factory: Introduction

Get a brief introduction to the Abstract Factory pattern.

We'll cover the following...

The Abstract Factory pattern is closely related to the Factory Method pattern. In fact, it’s the Factory class that hosts the so-called Factory Method object(s). The Factory Method pattern refers to a specific method inside a Creator or a Factory class, Abstract Factory can have a number of such methods. ...