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
What is a sequence in c++?
Explain function overloading
What is fflush c++?
Difference between struct and class in terms of access modifier.
what is Loop function? What are different types of Loops?
What is the identity function in c++? How is it useful?
Give example of a pure virtual function in c++?
What's the order in which the objects in an array are destructed?
Is eclipse good for c++?
What is a c++ map?
Can class objects be passed as function arguments?
Explain static and dynamic memory allocation with an example each.
What are stacks? Give an example where they are useful.
What is the use of volatile variable?
What are the basics of local (auto) objects?