...
August 29, 2024

OOPS

Question 57 A function object : A is an instance of a class for which operator ( ) is a member function. B is an instance […]
August 29, 2024

OOPS

Question 58 When the inheritance is private, the private methods in base class are __________ in the derived class (in C++). A inaccessible B accessible C […]
August 29, 2024

OOPS

Question 59 Which of the following is incorrect in C++ ? A When we write overloaded function we must code the function for each usage. B […]
August 29, 2024

OOPS

Question 65 Which of the following is not correct for virtual function in C++ ? A Must be declared in public section of class B Virtual […]