Sunday, July 20, 2014

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

A. ‘self’ pointer
B. std::auto_ptr pointer
C. ‘Myself’ pointer
D. ‘this’ pointer

Answer: D

No comments: