What is a super class and how super class be called?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
super class is the class that is inherited.
| Is This Answer Correct ? | 0 Yes | 2 No |
What is identifier in java?
What are wrapped classes in java programming?
Explain the difference between scrollbar and scrollpane?
What is difference between static variable and global variable?
explain the classification of exception and hoew to handle the exceptions
What is meant by nested loop?
What is unmodifiable list in java?
what r callable statement and give their proper use
Can a class be private?
In a my eclipse editor if i want to switch from jdk 1.4 to jdk 1.6 how to do that???? Initially i have jdk1.4
what is mean by overriding in which situation we wil use?
5 Answers Atlas Systems, CSC, DCPL,
HOW TO PRINT A NO IN WORDS USING WHILE LOOP THE NO WILL BE PRINTED WHEN IT WILL BE IN THE RANGE BETWEEN 1 AND 3?