ObjectFactory
Interface for factories that create new instances of objects. Provides a simple contract for object instantiation without specifying how objects are created.
Parameters
T
the type of object that will be created
Interface for factories that create new instances of objects. Provides a simple contract for object instantiation without specifying how objects are created.
the type of object that will be created