What statement is not correct?

a) A factory method handles object creation and encapsulates it in a subclass.
b) A factory method informs the client what concrete product is actually created.
c) A factory method returns a product that is typically used within methods defined in the superclass.
d) A factory method might be parametrized (or not).



Answer :

Other Questions