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

Discussion Board
intellgent questions

super and very intellgent questions

harikumar m 12-23-2016 11:38 PM

WHICH CLASS IS THE SUPER CLASS OF ALL CLASSES IN JAVA

object is the super class of all classes in java

sai ram 04-12-2015 07:25 AM

A super class is sub set of a sub class

A super class is a sub set of sub class because a sub class will have some (no final methods) methods of super class and can have its own methods and variables.

ankit 03-20-2015 03:33 AM

java questions

plz answer me..................gys


sanjeev 11-20-2014 06:07 AM

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