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 multiple inheritance ?
17 Answers Blue Star, C DAC, CDAC, Impetus, Ness Technologies, Softvision Solution,
What are two types of polymorphism?
What do you mean by pure virtual functions?
What is difference between class and object with example?
What is overriding vs overloading?
What are callback functions in c++
What is function overloading and operator overloading?
What is Inheritance, Multiple Inheritance, Shared and Repeatable Inheritance?
Definition of Object Oriented Programming in single line?
33 Answers Impact Systems, Q3 Technologies, TCS,
What do you mean by inheritance?
explain defference between structure and class with example
What is a superclass in oop?