Discussion :: Object Oriented Programming Using C++
-
A member function uses the correct object when you call it because
A.
a copy of the object is passed to the function
|
B.
the address of the object is passed to the function
|
C.
the address of the function is passed to another function
|
D.
the address of the object is returned from the function
|
Answer : Option B
Explanation :
No answer description available for this question.
Be The First To Comment