C++ COM ActiveX Question:
Download Job Interview Questions and Answers PDF
Explain IUnknown interface?
Answer:
IUnknown interface provides clients like DirectX control of to get pointers to other interfaces. All COM interfaces are inherited from IUnknown interface. It is used In multiple inheritance where the various interfaces can share one implementation of IUnknown.
Download C++ COM ActiveX Interview Questions And Answers
PDF
Previous Question | Next Question |
Why COM need GUIDs? | How COM provide the language transparency? |