What does super()represent, and how is it used in Java?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
• super() denotes a parent or base class's current instance.
• Used to: o Call the parent/base class's default constructor
Access the base class's methods
The superclass instance is indicated.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
• super() denotes a parent or base class's current instance.
• Used to: o Call the parent/base class's default constructor
Access the base class's methods
The superclass instance is indicated.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is ide with example?
What are keywords in programming?
what is features of jdk 1.5?
2 Answers Accenture, Satyam, TCS,
What is the difference between object oriented programming language and object based programming language?
What is a subsequence of a string?
Explain reverse a linked list recursive java solution?
Does anyone still use java?
What is the exact difference in between Unicast and Multicast object?
What is the right data type to represent a price in java?
What is anti pattern in cyber security?
What is the difference between heap and stack memory?
is this possible to create an array of 0 length? if so how? if not so why? coz we have an array in main() likw this "static void main(String [] s) then what it signifies?