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 |
What are the benefits of oop?
Write a macro for swapping integers
What is the difference between a constructor and a destructor?
What is virtual destructor? Why?
3 Answers Agile Software, College School Exams Tests, CSC,
What is the problem with multiple inheritance?
i have to create a view in SQL as like in ORACLE DATA EXPRESS EDITION
which feature are not hold visual basic of oop?
What is nutshell in programming language?
1 Answers Satyam, Tech Mahindra,
What is protected in oop?
How do you explain polymorphism?
Why multiple inheritance is not allowed?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }