...
August 29, 2024

OOPS

Question 120 ____ is a technique where the same objects shown further away are shown proportionately smaller A Dimension B Perspective C Compression D Localization OOPSCompressionKVS […]
August 29, 2024

OOPS

Question 121 ​ To override a method in java, we need to define a method in a subclass with the A Same name, same number of […]
August 29, 2024

OOPS

Question 122 The figure below depicts the hierarchy_____class A Heap B Wrapper C Inheritance D Abstract OOPSClassKVS DEC-2013 Question 122 Explanation:  All the wrapper classes (Integer, […]
August 29, 2024

OOPS

Question 123 From the following java determine the attributes of the class students: Class student { String name; Int marks; }; Public static void main() { […]