October 3, 2023

OOPS

Question 6 Which of this process occur automatically by JAVA run time system? A Serialization B Garbage collection C File Filtering D All the given options […]
October 3, 2023

OOPS

Question 29 The operator that cannot be overloaded is A ++ B :: C 0 D ~ OOPSPropertiesAPPSC-2016-DL-CA Question 29 Explanation:  There are 4 operators that […]
October 3, 2023

KVS 30-12-2018 Part B

Question 16 Which of the following are valid calls to math.max in java? Math.max(1,4) Math.max(2.3,5) Math.max(1,3,5,7) Math.max(-1.5,-2.8f) A A,b and d B B,c and d C […]
October 3, 2023

OOPS

Question 28 Run-time polymorphism is achieved by A friend function B virtual function C operator overloading D function overloading OOPSPropertiesAPPSC-2016-DL-CA Question 28 Explanation:  Run-time polymorphism is […]
October 3, 2023

OOPS

Question 1 A software engineer is required to implement two sets of algorithms for a single set of matrix operations in an object oriented programming language; […]
October 6, 2023

OOPS

Question 4 Let A be the base class in C++ and B be the derived class from A with protected inheritance. Which of the following statement […]
October 9, 2023

OOPS

Question 62 Consider the following two statements: (a) A publicly derived class is a subtype of its base class. (b) Inheritance provides for code reuse. A […]
October 10, 2023

OOPS

Question 6 The C++ statement cout <<(0 ==0) will A Outputs as 0 B Outputs as 1 C Generate error at the time of compilation D […]
October 11, 2023

Properties

Question 1 Which of the following statements are true regarding C++? (a) Overloading gives the capacity to an existing operator to operate on other data types. […]
October 11, 2023

OOPS

Question 85 Given a class named student, which of the following is a valid constructor declaration for the class? A Student student(){} B Private final student(){} […]
October 11, 2023

Nielit Scientist-B IT 4-12-2016

Question 1 Given a class named student, which of the following is a valid constructor declaration for the class? A Student student(){} B Private final student(){} […]
October 12, 2023

OOPS

Question 127 How many characters does an escape sequence (\On, \Hn,\n,\f) in C++ consume? A 1 B 3 C 2 D None of these OOPSPropertiesKVS DEC-2013 […]