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
English,
5 months ago
Math,
5 months ago
Social Sciences,
10 months ago
Science,
10 months ago
Math,
1 year ago