What do we mean by a hidden argument in a function?



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

Post New Answer

More OOPS Interview Questions

What is the use of unnamed namespaces in OOPS? The only advantage I know is that they dont need the scope resolution operator while accessing them. I want to know some other advantages of unnamed namespaces...

2 Answers  


What is difference between inheritance and polymorphism?

0 Answers  


Can private class be inherited?

0 Answers  


difference between overloading and overridding

11 Answers  


function overridind means and simple program

2 Answers  






What is the renewal class?

0 Answers   Ebix, IBM,


What are main features of oop?

0 Answers  


How can i write a code in c# to take a number from the user and then find all the prime numbers till the number entered by the user.

4 Answers   NIIT, TCS,


what i oops concept, how many languages supports oops concept?

3 Answers   Value Labs,


Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?

0 Answers   TCS,


When is a memory allocated to a class?

11 Answers  


what is data hiding.

3 Answers   Wipro,


Categories