Abstract Factory pattern
Summary
Abstract Factory provides an interface for creating families of related objects, without specifying concrete classes.
Problem
Let’s take an example to find out what problems this pattern is trying to solve.
Bob is planning to open a car fact...
minhhnn.hashnode.dev4 min read