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 basic concept of oop?
What is super in oop?
How to improve object oriented design skills?
What are the benefits of polymorphism?
Hi friends I have experience of 6 months in website design and maintanence. Now i am looking for other IT jobs.. to switch platform. please post any interview you know in chennai.
why reinterpret cast is considered dangerous?
What are the 4 pillars of oop?
Is abstract thinking intelligence?
I have One image (means a group photo ) how to split the faces only from the image?............ please send the answer nagadurgaraju@gmail.com thanks in advace...
What is the significance of classes in oop?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
c++ program to swap the objects of two different classes
explain sub-type and sub class? atleast u have differ it into 4 points?
What does <> mean pseudocode?
Is enum a class?