Transcription: You cannot change the value of the THIS pointer in a member function because it is passed as a constant. If the object for which the function is called is constant or volatile, those type specifications are preserved in the THIS pointer.