What does super()represent, and how is it used in Java?
Answer Posted / 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 |
Post New Answer View All Answers
What happens when you add a double value to a string?
What is a static method in java?
Why does the integer quotient -0/3 yield 0, but the double quotient -0.0/3.0 yields – 0.0?
What is boolean logic?
Why is stringbuffer thread safe?
Why is method overloading not possible by changing the return type in java?
How does split work in java?
What is the purpose of methodology?
what is function overloading in java?
What is ordered map in java?
What is return in java?
What is a buffer in computer?
How can I become a good programmer?
What is meant by bytecode?
what is abstract class in Java?