We’ve still got a few details to fill in here; for instance, what does the orderPizza() method replace its creation code with? Let’s implement a simple factory for the pizza store and find out... Building a simple pizza factory We’ll start with the factory itself. What we’re goi...