Definitions for "Class Factory" Add To Word List
Login or Register  | Word Lists | Search History

a class that is capable of creating instances of another class
Helpful?           0
a COM interface ( IClassFactory ) that is responsible for creating instances of COBass
Helpful?           0
a component whose main purpose is to create other components
Helpful?           0
a service component whose only purpose is to create new components of a particular type, as defined by a single CLSID
Helpful?           0
An object that implements the IClassFactory interface, which allows it to create objects of a specific class.
Helpful?           0