The Abstract Factory Pattern using C++ (Burger King vs. McDonalds Part 2)
What is the Abstract Factory Pattern? In a previous post, I described the Factory Method Pattern and provided a C++ code example. In this post I would like to provide information on another factory pattern, the Abstract Factory Pattern. Let’s jump right in and start with the Abstract Factory Pattern’s formal definition from “Head First … [Read more…]