Which design patterns are classified as creational design patterns?
Choose all that apply.
C and F are correct.
The factory design pattern creates new objects for each call, and the singleton design pattern creates one object, returning it each time.