C++ DCOM concepts - Answers to C++ DCOM related interview questions

Describe DCOM infrastructure - It is an extension of COM. It allows network-based component interaction....
What is COM+? - COM+ integrates MTS services and message queuing into COM....
Explain the problem with COM - From the security point of view, COM and ActiveX controls are not safe.......
What are dual interfaces? - A dual interface allows its methods to be accessed as dispinterface methods or as vtable methods...