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
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board