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


Please Help Members By Posting Answers For Below Questions

How to do a true java ping from windows?

818


What is singleton service?

726


In the below example, what will be the output?

807


Is null function in java?

798


How do you add an element to an arraylist in java?

724


Are arrays immutable in java?

761


Explain the importance of finally block in java?

756


What are the ways to instantiate the class class?

817


What is the use of a copy constructor?

791


Why does the integer quotient -0/3 yield 0, but the double quotient -0.0/3.0 yields – 0.0?

837


What is an interface in java? Explain

832


What is the maximum size of hashmap in java?

758


What kind of variables can a class consist?

812


What is difference between equal and == in java?

739


What is the difference between length and length() method in java?

876