C++ COM ActiveX Question: Download C++ COM ActiveX PDF

Explain dual interfaces?

Tweet Share WhatsApp

Answer:

A dual interface allows its methods to be accessed as dispinterface methods or as vtable methods.

Dual interface is one that supports both - IDispatch interface and vtbl-based interface. Therefore, it might be used in scripting environment like VBScript and yet to use power and speed of vtbl-based interface for non-scripting environment.

Download C++ COM ActiveX PDF Read All 22 C++ COM ActiveX Questions
Previous QuestionNext Question
Explain shallow and deep copy?Explain ActiveX and OLE?