What is 'This' Pointer In C++
Answers
Answered by
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
Chemistry,
4 months ago
Science,
4 months ago
Social Sciences,
9 months ago
Science,
9 months ago
Math,
1 year ago