What do we mean by a hidden argument in C++?
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 ? | 3 Yes | 0 No |
Why is abstraction used?
How do you define a class in oop?
How oops is better than procedural?
what does exactly the linker do?
What is difference between #define and const?
What is extreme programming?
Why do we use polymorphism in oops?
what i oops concept, how many languages supports oops concept?
what is SPL in c++.
why destructor is not over loaded?
What is an object?
What is encapsulation in simple terms?