What is a super class and how super class be called?
Answer Posted / ravikiran(aptech mumbai)
A super class is the one which is capable for the display of
members and methods to make the subclass to access them.
A super class will be get called by using extends keyword in
subclass
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is binary search in java?
What is a numeric string?
What is polymorphism and what are the types of it?
What is an escape character in java?
What is the purpose of the finalize() method?
What are the two basic ways in which classes that can be run as threads may be defined?
How do you read and print a string in java?
How many bits is a string?
Can a class be declared as static?
What is treeset in java collection?
Is a boolean 1 bit?
What is the purpose of void class?
Why does abstract class have constructor?
Explain the significance of listiterator.
What is difference between class and object in java?