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 important components of cohesion?
What is basic concept of oop?
What is abstraction example?
Why do we use class in oops?
What are the 5 oop principles?
What is object-oriented programming? Webopedia definition
Why do we use class?
What does and I oop and sksksk mean?
What is static modifier?
What do you mean by variable?
What is oops and its features?
what type of question are asked in thoughtworks pair programming round ?
What are the 4 main oop principles?
What is pointer in oop?
What is the important feature of inheritance?