Java Made Clear: Difference between this and super Example

Basically, both this vs super Java are keywords performing different jobs. this keyword refers an object super keyword refers a super class variable or method A) Meaning, Purpose and Usage of this Keyword this refers an object, that too, a current object. What is current object? To understand better, let us write a small program …

Java Made Clear: Difference between this and super Example Read More »