What do we mean by a hidden argument in a function?
Answer Posted / 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 |
Post New Answer View All Answers
What is use of overloading?
What is data binding in oops?
What is cohesion in oop?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
Where You Can Use Interface in your Project
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 coupling in oop?
Why do we use inheritance?
What is destructor give example?
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 is encapsulation in oop?
what are the realtime excercises in C++?
What is a null tree?
program for insertion ,deletion,sorting in double link list
What is the important feature of inheritance?