Variable Keywords in JAVA

Variable Keywords :

The following keywords are a special type of reference variable:

super : Reference variable referring to the immediate super class.
this : Reference variable referring to the current instance of an object.

No comments: