Multiple choice

Operator overloading is not possible for which of the following operators?

  1. Arrow operator

  2. Scope resolution operator

  3. Assignment operator

  4. Equality operator

  5. None of these

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

Scope resolution operator overloading is not possible.