What do we mean by a hidden argument in a function?
Answer Posted / 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 |
Post New Answer View All Answers
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
What is pure oop?
What is abstract class in oops?
what is graphics
How to use CMutex, CSemaphore in VC++ MFC
What does it mean when someone says I oop?
write a program that takes input in digits and display the result in words from 1 to 1000
What is polymorphism and why is it important?
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?
Why is object oriented programming so hard?
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
Get me an image implementation program.
What is the main purpose of inheritance law?
What are objects in oop?
What is overriding in oops?