Which is the parameter that is added to every non-static
member function when it is called?
Answer Posted / manish kumar
(this) pointer is added.
this pointer contains the address of the object through
which function is called.
this->data member will give the data of the object.
| Is This Answer Correct ? | 49 Yes | 4 No |
Post New Answer View All Answers
What is use of overloading?
What is static modifier?
write a C++ program for booking using constructor and destructor.
What is class and example?
What are the types of abstraction?
Get me an image implementation program.
How to hide the base class functionality in Inheritance?
What is stream in oop?
c++ program to swap the objects of two different classes
What is destructor example?
What is abstraction and encapsulation?
What is the main purpose of inheritance law?
what's the basic's in dot net
What is difference between multiple inheritance and multilevel inheritance?
Can you inherit a private class?