Which statements indicate the need to use the factory pattern?
Choose all that apply.
A is correct.
The factory design pattern decouples the caller from the implementation class name.
B is incorrect because that would be poor design.
C is incorrect because it describes the singleton pattern.
D is incorrect because it describes the DAO pattern.
E is incorrect because of the above.