August 29, 2024

OOPS

Question 204 Encapsulation is A Dynamic binding B A mechanism to associate the code and data C Data abstraction D Creating new class OOPSPropertiesUGC NET CS […]
August 29, 2024

OOPS

Question 205 A __________ is a special method used to initialize the instance variable of a class. A Member function B Destructor C Constructor D Structure […]
August 29, 2024

OOPS

Question 206 The friend functions are used in situations where : A We want to have access to unrelated classes B Dynamic binding is required C […]
August 29, 2024

OOPS

Question 207 The data type created by the data abstraction process is called A class B structure C abstract data type D user defined data type […]
August 29, 2024

OOPS

Question 208 Member of a class specified as _______ are accessible only to method of the class. A private B public C protected D derive OOPSDeclarationUGC […]
April 14, 2025

NTA UGC NET Aug 2024 Paper-2

Question 53 Which of the following are TRUE about constructions in C++ ? (A)A constructor can be overloaded. (B)A constructor does not have a return type. […]