Multiple choice

Which of the following is a pointer to the current object, which is passed implicitly to an overloaded function in C++?

  1. This

  2. New

  3. Delete

  4. Private

  5. Scope

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

This is a pointer to the current object which is passed implicitly to an overloaded operator function in C++.