Answer Posted / ravikiran(aptech mumbai)
super class is the one which will declare members and
methods and will allow all the subclasses to make use of them.
sub class is the class which inherits the mebes and methods
from the super class and declares it's own members as well.
Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Differece between class and generic class?
What is difference between public static and void?
What is the replace tool?
Can we define private and protected modifiers for variables in interfaces?
Explain about class in java?
What is difference between static class and singleton pattern?
How can you set an applet’s height and width as a percentage?
What is the difference between overriding & overloading?
How can we access some class in another class in java?
In which order the iterator iterates over collection?
Is treeset sorted in java?
What methods are used in Servlet?Applet communication?
Explain about sets?
What is the difference between == and === javascript?
What are constants and how to create constants in java?