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 are passing parameters?
What are instance variables?
What are the different types of multitasking?
Which class should you use to obtain design information about an object
Difference between class#getinstance() and new operator ?
what are literals in java?
Where are the local variables stored?
What is lazy activation?
Is null keyword in java?
Explain the meaning of java applet.
Difference between String and StringBuffer.
What is a parameter in simple terms?