Multiple choice Which of the following statements is true? 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. Reveal answer Fill a bubble to check yourself A Correct answer