This repository contains a simple Java program to demonstrate the use of the super keyword. The super keyword in Java is used to refer to the immediate parent class object. It is used for various ...
🔹 Super Class • Contains private variables to enforce encapsulation. • Provides public getters/setters for controlled access. • Includes a method that will be overridden in the subclass. • (private) ...