Question: What is the 'super' keyword in Java?Answer: The 'super' keyword is used to refer to the superclass, invoking its methods, or accessing its fields. It is often used in the context of method overriding.Example:
|
Is it helpful?
Yes
No
Most helpful rated by users: