Which is the parameter that is added to every non-static
member function when it is called?
Answer Posted / arun
"this" (i.e. Pointer to the object which call the member
function) is passed as the argument when a member function
is called.
| Is This Answer Correct ? | 21 Yes | 1 No |
Post New Answer View All Answers
What is the types of inheritance?
is there any choice in opting subjects like 4 out of 7
What is destructor example?
What is polymorphism and example?
What is byval and byref? What are differences between them?
What is ambiguity in inheritance?
• What are the desirable attributes for memory managment?
What is polymorphism give a real life example?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
What is oops and its features?
What is data binding in oops?
Why polymorphism is used in oops?
Why we use classes in oop?
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?
What is abstraction and encapsulation?