1.

What is the implicit pointer that is passed as the first argument for nonstatic member functions?

A. ‘self’ pointer
B. std::auto_ptr pointer
C. ‘myself’ pointer
D. ‘this’ pointer
Answer» E.


Discussion

No Comment Found