Answer Posted / hrpynux@gmail.com
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. ... Only member functions have a this pointer.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why should you learn c++?
What does n mean in c++?
What is a pointer with example?
Write a program to find the reverse Fibonacci series starting from N.
What data structure is fastest, on average, for retrieving data: a) Binary Tree b) Hash Table c) Stack
what are the decision making statements in C++? Explain if statement with an example?
What are pointer-to-members in C++? Give their syntax.
What is std namespace in c++?
How should a contructor handle a failure?
How does atoi function work?
Does c++ have arraylist?
What is ctime c++?
What is a static element?
What are the 2 main types of data structures?
What is a stack? How it can be implemented?