Which is the parameter that is added to every non-static
member function when it is called?
Answer Posted / arun
"this" (i.e. Pointer to the object which call the member
function) is passed as the argument when a member function
is called.
| Is This Answer Correct ? | 21 Yes | 1 No |
Post New Answer View All Answers
write a programe to calculate the simple intrest and compund intrest using by function overlading
What is the difference between a constructor and a destructor?
#include
What are the benefits of oop?
How to use CMutex, CSemaphore in VC++ MFC
How do you achieve runtime polymorphism?
What does I oop mean?
Can an interface inherit a class?
#include
What is the renewal class?
how to get the oracle certification? send me the answer
Explain the advantages of inheritance.
What is overloading in oop?
Templates mean
when to use 'mutable' keyword and when to use 'const cast' in c++