Fill the blank spaces to complete the text.
In factory method,each franchise is a __
We used __ in Simple Factory and Abstract Factory and ine-herintance in Factory
Abstract Factory creates a ___ of product
In factory method, who decides which class to instantioate
Not a real factory pattern but handy nonetheless
Role of PizzaStore in Factory Method Pattern
Alle new york style pizza’s use this kind of cheese
In abstract factory, each ingredient factoryis a ____
When you use new, you are programming to an __
Ethan likes this kind of pizza NYSTYLE createPizza() is a __
Joel likes this kind of pizza
In factory Method, the PizzaStore and the concrete pizza class all depend on this abstraction
When a classs instantiates an object from a concrete class, it’s ___ on that object
All factory patterns allow us to __object creation