August 29, 2024

OOPS

Question 48 In C++, polymorphism requires: A Inheritance only B Virtual functions only C References only D Inheritance, Virtual functions and references OOPSPolymorphismUGC NET CS 2016 […]
August 29, 2024

OOPS

Question 50 A function template in C++ provides _____ level of generalization. A 4 B 3 C 2 D 1 OOPSFunctionsUGC NET CS 2016 Aug- paper-2 […]
August 29, 2024

OOPS

Question 54 Function overloading done at : A Runtime B Compile time C Linking time D Switching from function to function OOPSPropertiesUGC NET CS 2005 Dec-Paper-2 […]
August 29, 2024

OOPS

Question 55 Data members and member function of a class by default is respectively : A private and public B public C public and private D […]