Q
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 ?
AA. Encapsulating the knowledge of which document subclass to is to be created and
BB. Moving this knowledge out of the framework
CC. Instantiating the application specific documents without knowing their class