Vidyalelo
C++ Programming · Q8

Classes and Objects in C++

Programming · C++ Programming · question 8

Q8

What does the 'this' pointer refer to in C++?

A.
Pointer to the base class object instance
B.
Pointer to the next object instance
C.
Pointer to the previous object instance
D.
Pointer to the current object instance
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board