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?
What is abstraction in oop with example?
if u write a class do u write Assignment operator and copy constructor
what is the need of abstraction? what is abstraction?what is the abstraction for stack?
Why is abstraction used?
What is difference between #define and const?
Plese get me a perfect C++ program for railway/airway reservation with all details.
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
why to use template classes in c++?
what is an instance of a class
what is an qt4 interface?
difine hierarchical inheritance.