What do we mean by a hidden argument in a function?
Answer / santosh mundhe
"this" pointer...
when u call a member function using object, a
implicit argument (hidden argument) is passed to the member
function is nothing but this pointer.
| Is This Answer Correct ? | 4 Yes | 1 No |
What is the difference between a constructor and a destructor?
What is command routing in MFC
Program to print 0 to 9 in cross order
What is abstraction oop?
what is object slicing?
Precompilation ?
why overriding?
What is balance factor?
What is the difference between C++ and java?
how much classes are used in c++
What is an example of genetic polymorphism?
What type of loop is a for loop?