COM - Object and Class
COM Object
- Implemented by a COM class
- Multiple interfaces - at least IUnknown
COM Class
- Piece of code in any language, implementing a group of interfaces
- Identified by class ID (CLSID)
- Has an object for creating COM objects (class factory)