In the book Domain Driven Design, by Eric Evans, in Chapter 6 in the section on "Factories" (page 139) it says the following:
"The two basic requirements for any good FACTORY are:
...
"2. The FACTORY should be abstracted to the type desired rather than the concrete class(es) created."
Could you please elaborate on what is meant by that statement about basic requirement number 2.