What is a super class and how super class be called?
Answer Posted / ramakrishna challapalli
super class is a class which is inherited by sub class.
Super class methods are bu using super keyword Syntax is
super.methodname();
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the SimpleTimeZone class?
What is time complexity java?
Tell us something about an iterator.
What is difference between == and === in js?
What is difference between final and finally in java?
What is field name?
Do you need to import math in java?
Garbage collection in java?
Explain the difference between abstraction and encapsulation.
Explain the importance of import keyword in java?
What is the impact of declaring a method as final?
What is difference between arraylist and list in java?
Which method cannot be overridden in java?
What is static block?
What are the high-level thread states in java programming?