OOPS
August 29, 2024OOPS
August 29, 2024OOPS
Question 122 |
The figure below depicts the hierarchy_____class

Heap | |
Wrapper | |
Inheritance | |
Abstract |
Question 122 Explanation:
All the wrapper classes (Integer, Long, Byte, Double, Float, Short) are subclasses of the abstract class Number.
Correct Answer: B
Question 122 Explanation:
All the wrapper classes (Integer, Long, Byte, Double, Float, Short) are subclasses of the abstract class Number.