...
August 29, 2024

OOPS

Question 195 A subclass having more than one super class is called : A Category B Classification C Combination D Partial Participation OOPSPropertiesUGC NET CS 2007 […]
August 29, 2024

OOPS

Question 196 What keyboard in class specification helps to hide data : A Public B Private C Static D Void OOPSPropertiesUGC NET CS 2007 June-Paper-2 Question […]
August 29, 2024

OOPS

Question 197 Runtime polymorphism can be achieved by : A Accessing virtual function through the pointer of the base class B Accessing virtual function through the […]
August 29, 2024

OOPS

Question 198 Which of the following is true of constructor function in C++ ? A A class must have at least one constructor. B A constructor […]