Home »
MCQs »
OOPs MCQs
Select the correct operator which cannot be overloaded
94. Select the correct operator which cannot be overloaded.
- Scope Resolution Operator (::)
- Ternary Operator (? :)
- Member Access or Dot Operator (.)
- All of the above
Answer: D) All of the above
Explanation:
Scope Resolution Operator (::), Ternary Operator (? :), Member Access or Dot Operator (.) these are the operators which cannot be overloaded.