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 floor in java?
Are constructors methods?
what is aberivation of java?
What are nested classes in java?
In what types of operations an ArithmeticException will be thrown?
How will you call an Applet using Java Script Function?
How many types of methods are there in java?
can you use the two main method in same class?how?
4 Answers DELL, Geosoft, SparkTG,
Explain Basics of OOP Language in java
Is string is a data type in java?
What is bifunction in java?
What is the difference between hashset and treeset in java?