Vidyalelo
C++ Programming · Q32

Object Oriented Programming in C++

Programming · C++ Programming · question 32

Q32

What does the term "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 current object instance
Answer
D.
Pointer to the previous object instance

Answer: Option C

Solution

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