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
How do you use nextline in java?
'A class is a template for an object' explain this statement.
Write a program to print the pattern given below
What do you know about java?
What is multithreading and its advantages?
What is integer parseint?
Define "Access specifiers" in java.
What is the default value of byte datatype in java?
Can anonymous class have constructor?
What is hashing in java?
Can you tell me range of byte?
Difference between process and thread?
What is bean? Where it can be used?
What is vector?
What does it mean that a class or member is final?