Skip to content

Conversation

@vardhan30016
Copy link
Contributor

What I Added

  • Added a new question: "What is the purpose of the super keyword in Java"
  • Included it in the Table of Contents.
  • Explained the main uses of the super keyword:
    • Accessing parent class variables.
    • Calling parent class methods.
    • Invoking parent class constructors.
  • Added a sample code example and output in the same format as existing questions.

Why This Change

The super keyword is a fundamental concept in Java inheritance and is frequently asked in interviews.
Adding this question improves the collection of beginner-friendly Java interview questions.

Additional Notes

  • Follows the existing markdown structure and formatting.
  • Verified code example and syntax.

@sudheerj
Copy link
Owner

sudheerj commented Nov 6, 2025

@vardhan30016 Looks like the conflict still exists. Please check it once.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants