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 […]
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 […]
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 […]
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 […]
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; […]
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 […]
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. […]
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(){} […]
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(){} […]