Saturday, 27 April 2013

Explain the scope resolution operator? | C#.Net Interview Questions

It permits a program to reference an identifier in the global scope that has been hidden by another identifier with the same name in the local scope.

No comments: