+1 vote
in Class 12 by kratos

What is the significance of scope resolution operation in C++?

1 Answer

+1 vote
by kratos
 
Best answer

The operator :: known as scope resolution operator helps in defining member function outside the class.

...