C++ | Operator Overloading | Question 2

Last Updated :
Discuss
Comments

Which of the following operators cannot be overloaded?

. (Member Access or Dot operator)
?: (Ternary or Conditional Operator )
:: (Scope Resolution Operator)
.* (Pointer-to-member Operator )
All of the above
Share your thoughts in the comments