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
How to do a true java ping from windows?
What is singleton service?
In the below example, what will be the output?
Is null function in java?
How do you add an element to an arraylist in java?
Are arrays immutable in java?
Explain the importance of finally block in java?
What are the ways to instantiate the class class?
What is the use of a copy constructor?
Why does the integer quotient -0/3 yield 0, but the double quotient -0.0/3.0 yields – 0.0?
What is an interface in java? Explain
What is the maximum size of hashmap in java?
What kind of variables can a class consist?
What is difference between equal and == in java?
What is the difference between length and length() method in java?