The 'this' Reference Variable
In this lesson, you will learn about the 'this' reference variable.
We'll cover the following...
The this
Reference Variable
The this
reference variable exists for every class. It refers to the current instance of a class. The this.memberName
specifies that we are accessing the ...