Kizspy | Question: 11
(Choose 1 answer)
What is the primary purpose of the Factory Pattern?
A. To create objects without specifying their exact classes.
B. To enforce the use of specific object types.
C. To avoid object creation in runtime.
D. To replace constructors in object-oriented programming.