Which of the following operators cannot be overloaded?
A) . (Member Access or Dot operator)
B) ?: (Ternary or Conditional Operator )
C) :: (Scope Resolution Operator)
D) All of the above
Solution: D is correct
, ?: :: are operators that cannot be overloaded