Computer Science, asked by Micey6126, 9 months ago

What is 'This' Pointer In C++

Answers

Answered by MaskedTitan
0

Answer:

C++ this Pointer. Every object in C++ has access to its own address through an important pointer called this pointer. The this pointer is an implicit parameter to all member functions. Therefore, inside a member function, this may be used to refer to the invoking object.

Explanation:

please mark my answer the brainliest one

Similar questions