...
August 29, 2024

OOPS

Question 199 Which of the following is not true in C++ ? A “Private” elements of a base class are not accessible by members of its […]
August 29, 2024

OOPS

Question 200 Function overloading is a concept in which : A a function is used to implement lots of tasks at the same time. B a […]
August 29, 2024

OOPS

Question 201 A copy constructor is invoked when : A a function returns by value B an argument is passed by value C a function returns […]
August 29, 2024

OOPS

Question 202 How many constructors can a class have ? A zero B 2 C 2 D any number OOPSFunctionsUGC NET CS 2008 Dec-Paper-2 Question 202 […]