Discussion :: Object Oriented Programming Using C++
-
To use the this pointer with a member function, you _____
A.
declare this as static
|
B.
declare this as global
|
C.
define this as equal to the address of the appropriate object
|
D.
do nothing; it is automatically supplied for you
|
Answer : Option D
Explanation :
No answer description available for this question.
Be The First To Comment