-
Within a member function, the this keyword is a pointer to the current object.
-
Current object is the object through which the function was called.
-
Majority of member functions never use the this pointer, because its use within the function is implicit:
|
|