What do we mean by a hidden argument in C++?



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

Post New Answer

More OOPS Interview Questions

what is the definition of incapsulation

2 Answers  


ambiguity regulation of multiple inheritance with example.

1 Answers  


What is abstraction in oop with example?

0 Answers  


Write A Program using Single and Multiple Inheritance.

1 Answers  


Can we call a base class method without creating instance?

6 Answers  






When is an object created and what is its lifetime?

4 Answers   IBM,


write a program to find the largest of two numbers without using for,while,switch,if else, conditional operator and do while using c++ pgmng language

3 Answers   Satyam,


What is polymorphism in oops?

0 Answers  


Write a C++ program to conduct an election of a mayor.Declare a class ELECTION With the following specification: Data member: Name 25 character Age Integer symbol 1 character Member functions: To accept data for 20 contestant To accept symbol as voting from 100 voters. To declare the winner and the loser.

1 Answers   Global Academy, Infotech,


They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?

0 Answers  


Write a program to multiply 3x3 matrics

1 Answers  


Can an interface inherit a class?

0 Answers  


Categories