The pointer this

An object can refer to itself by using the keyword this. It stands for a pointer to the class within which it is used. this can be very useful when building lists, for instance.


Next note in series

Back to index