Kizspy | Question: 14
(Choose 1 answer)
How does the Factory Method pattern promote flexibility in object creation?
A. By providing static methods for object creation
B. By allowing dynamic determination of the object created at runtime
C. By enforcing a single constructor for all objects
D. By limiting the creation of objects to a specific subclass