Which of the following statements is true?

Options
- A super class is a sub set of a sub class
- class ClassTwo extends ClassOne means ClassOne is a subclass
- class ClassTwo extends ClassOne means ClassTow is a super class
- the class Class is the super class of all other classes in Java.


CORRECT ANSWER : A super class is a sub set of a sub class

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement