⟩ What is Private Inheritance?
The Public and protected members of Base class become private members of the derived class.
The Public and protected members of Base class become private members of the derived class.
Which of the followings is/are not false about friend function ? 1. It can be called / invoked with class object 2. It has objects as arguments 3. It can have built-in types as arguments 4. It must declared only in public part of a class 5. It does not have this pointer as an argument a. Only 2,4 b. Only 1,2,5 c. Only 2,3,5 d. All of these
What is object serialization?
What is OLE?
What is STL, standard template library?
What is ActiveX?
What is IUnknown interface?
Do you know what is a type library?
Tell me how does COM provide language transparency?
What is Component Object Model?
What is Globally Unique Identifier?