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 |
1.what are two type of classe members called? 2.what is data hiding and data encapsulation? 3.how do you make a class member visible aouside its class? 4.what is the default visibility of a class data member? 5.what are the advantages of oop over the structured programing?
What is the significance of classes in oop?
What is new keyword in oops?
What is oop in simple words?
Why do we use oop?
What is static modifier?
What are the two different types of polymorphism?
What are constructors in oop?
how to write a java program for an output ****0 ***01 **012 *0123 01234
In the following declaration of main, "int main(int argc, char *argv[])", to what does argv[0] usually correspond? 1) The first argument passed into the program 2) The program name 3) You can't define main like that
Why static Function is used in C++?
What are the 4 main oop principles?