Explain why is it that you cannot overload the scope resolution operator (::)?

Submitted by: Muhammad
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.
Submitted by: Muhammad

Read Online Microsoft Consultant Job Interview Questions And Answers