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 are the 3 pillars of oop?
What is meant by oops concept?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
What is abstract class in oop?
What is the example of polymorphism?
How to call a non virtual function in the derived class by using base class pointer
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
What does I oop mean?
What is overloading and its types?
Where is pseudocode used?
What is basic concept of oop?
What is solid in oops?
What is cohesion in oop?
How do you use inheritance in unity?
Why multiple inheritance is not allowed?