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 are the features of junit?
What are the methods used to implement for the key object in the hash map?
Wha is the output from system.out.println(“hello”+null); ?
What is the java reflection api? Why it’s so important to have?
Give me some null interfaces in java?
Why object class is super class for every class in java?
Is java a virus?
What is blank final variable?
What is the difference between class & structure?
How can we make string upper case or lower case?
Explain what is encapsulation?
Does java allow overriding static methods ?
What are the differences between abstract class and interface?
What are the application of stack?
what are the high-level thread states? : Java thread