Multiple choice

Which of the following statements is true?

  1. A super class is a sub set of a sub class

  2. class ClassTwo extends ClassOne means ClassOne is a subclass

  3. class ClassTwo extends ClassOne means ClassTow is a super class

  4. the class Class is the super class of all other classes in Java.

Reveal answer Fill a bubble to check yourself
A Correct answer