⟩ What is the importance of mutable keyword?
Mutable keyword allows assigning values to a data member belonging to a class defined as “Const” or constant.
Mutable keyword allows assigning values to a data member belonging to a class defined as “Const” or constant.
Default values for a function are need to be specified from left to right only. a. True b. False
In any ways, Non-member function cannot have access to the private data of the class. a. True b. False
Function overloading can also be achieved if two or more functions differ only in their return types. a. True b. False
If a program uses Inline Function, then the function is expanded inline at ___________. a. Compile time b. Run time c. Both a and b d. None of these
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?