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 |
Whats is abstraction in oops?
What is function overloading and operator overloading?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
write a program for function overloading?
14 Answers HCL, InfoCity, TATA,
who is the founder of c++?
Is oop better than procedural?
How compiler selects(internally) required overridden function in inheritance?
2 Answers CSC, Infinite Computer Solutions,
What is virtual Function.
Why is polymorphism used?
Can private class be inherited?
what is pointers
what is data abstraction with example.