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 |
Can you make an instance of an abstract class?
What is an image buffer?
what is meant by abstract class?
what are the major differences between jdk1.4 and jdk1.5?
2 Answers Cap Gemini, Crimson Logic, Infosys, TCS, Tenth Planet,
What is main in java?
What is java lang string?
what is the output ? Math.floor(-2.1) a)2 b)-2 c)-3.0 d)0
How do you check whether the list is empty or not in java?
What are static blocks and static initalizers in java ?
Can you override private or static method in java?
When we can access the static data member without creating the object what is the need of the object in java.
5 Answers Airhub, ssinformatics,
What is a method header?