Scope resolution operator - Operator Overloading
Q. Scope resolution operator is used______ .- Published on 19 Jul 15a. to resolve the scope of global variables only
b. to resolve the scope of functions of the classes only
c. to resolve scope of global variables as well as functions of the classes
d. None of these
ANSWER: to resolve scope of global variables as well as functions of the classes