My understanding in java Inheritance & super()
It allows a class (called a subclass or child class) to inherit fields and methods from another class (called a superclass or parent class).

It allows a class (called a subclass or child class) to inherit fields and methods from another class (called a superclass or parent class).