November 12, 2023

OOPS

Question 5 How many objects can be created in a single class? A 1 B 2 C 3 D as many as required OOPSPropertiesAPPSC-2016-DL-CS Question 5 […]
November 12, 2023

OOPS

Question 46 Which one of the following is correct for overloaded functions in C++ ? A Compiler sets up a separate function for every definition of […]
November 12, 2023

OOPS

Question 44 Which of the following operators cannot be overloaded in C/C++ ? A Bitwise right shift assignment B Address of C Indirection D Structure reference […]
November 12, 2023

OOPS

Question 51 In a object oriented software design, ‘Inheritance’ is a kind of __________ . A relationship B module C testing D optimization OOPSPropertiesUGC NET CS […]
November 12, 2023

Properties

Question 18 The data hiding is taken care by : A Abstraction B Encapsulation C Modularity D Inheritance OOPSPropertiesUGC NET CS 2005 june-paper-2 Question 18 Explanation:  […]
November 12, 2023

OOPS

Question 52 If a data-item is declared as a protected access specifier then it can be accessed : A Anywhere in the program B By the […]
November 12, 2023

Class-and-object

Question 2 The memory occupied by an object type of data in VB is A 1 byte B 2 byte C 4 byte D 8 byte […]
November 12, 2023

OOPS

Question 90 If only one memory location is to be reserved for a class variable, no matter how many objects are instantiated, then the variable should […]
November 12, 2023

Engineering-Mathematics

Question 22 On the set N of non-negative integers, the binary operation __________ is associative and non-commutative. A fog Engineering-MathematicsFunctionsGATE 1994 Question 22 Explanation:  The most […]
November 12, 2023

Functions

Question 7 How many onto (or surjective) functions are there from an n-element (n ≥ 2) set to a 2-element set? A 2n B 2n-1 C […]
November 12, 2023

OOPS

Question 7 The ‘new’ operator in JAVA A Returns a pointer to a variable B Creates a variable called new C Obtains memory for a new […]
November 12, 2023

OOPS

Question 8 “this” keyword in JAVA is used to A Refer to current class object B Refer to static method of the class C Refer to […]