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
How Do you Code Composition and Aggregation in C++ ?
What are the benefits of polymorphism?
What is abstract class in oop?
What is purpose of inheritance?
Can enum be null?
can we make game by using c
What is the real life example of polymorphism?
What is difference between data abstraction and encapsulation?
What is the main purpose of inheritance law?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
What does <> mean pseudocode?
What is polymorphism and why is it important?
What is polymorphism and its types?
What is overloading in oop?
What is inheritance write a program to show use of inheritance?