Q26
What is the purpose of the 'this' pointer in C++?
A.
Points to the next object instance
B.
Points to the previous object instance
C.
Points to the base class object instance
D.
Points to the current object instance
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board