...
August 29, 2024

OOPS

Question 189 Consider the following two C++ programs P​ 1​ and P​ 2​ and two statements S​ 1​ andS​ 2​ about the programs : S​ 1​ […]
August 29, 2024

OOPS

Question 191 Which of the following is not a member of class ? A Static function B Friend function C Const function D Virtual function OOPSOOps-conceptsUGC […]
August 29, 2024

OOPS

Question 192 A subclass having more than one super class is called __________ . A Category B Classification C Combination D Partial participation OOPSPropertiesUGC NET CS […]
August 29, 2024

OOPS

Question 193 The goal of operator overloading is A to help the user of a class B to help the developer of a class C to […]