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 |
How does queue work in java?
What are parent methods and how can you call them?
Why null value is used in string?
Where is the singleton class used?
What is the importance of static variable?
What is the multilevel inheritance. and also give the Example of it ?
What is a loop java?
What is struts in java?
What is methodological theory?
Are arrays passed by reference in java?
difference between vectorlist and hash
Can we extend a class with private constructor?