In factory method pattern, the framework must instantiate classes but it only knows about the abstract classes, which it cannot initiate. How would one solve this problem?

Correct Answer: all of the mentioned
Following all the options in order will solve the factory method problem.