Q:
Why that you cannot overload the scope resolution operator (::) ?
Answer
The main reason why the (::) cannot be overloaded is that only operators that take in values as parameters can be overloaded. The scope resolution operator does not take a value as parameter.
View answer
Workspace
Report Error
Discuss