Interview Questions

What is a scope resolution operator?

C++ Interview Questions and Answers


(Continued from previous question...)

What is a scope resolution operator?

A scope resolution operator (::), can be used to define the member functions of a class outside the class.

(Continued on next question...)

Other Interview Questions