Which statements correctly describe factory objects?
A.
A factory object may itself instantiate an object before it passes the reference to a client.
B.
A factory object must return a reference to an object implemented within the same process as
the factory object.
C.
Factory objects must organize object references in a treE. like structure.
D.
Factory objects reduce the load on the naming service.