What are dual interfaces?

What are dual interfaces?

- 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.
What is the STL, standard template library?
What is the STL, standard template library? - The Standard Template Library, or STL, is a C++ library of container classes, algorithms, and iterators....
What is the object serialization? - C++
What is the object serialization? - Object Serilization means converting the data into binary data so as to be able to transfer it over the network....
What are ActiveX and OLE?
What are ActiveX and OLE? - Object Linking and Embedding (OLE) is about using documents generated by one application inside another application......
Post your comment