Pointer this (p. 88)
- An object can directly access its private members
- Sometimes an object needs to refer to itself as a whole
- Every object of a class maintains a (hidden) pointer to itself
- Name of pointer is 'this'
- When the object invokes a member function, the member function references the pointer
this of the object