COM Objects
COM
is a popular object model for creating software applications
from independent components. The binary interfaces exposed by
COM objects are platform-independent. Therefore, various facets
of applications can be written in any COM-compliant language.
COM objects also promote encapsulation and object reuse. |