What is the use of ‘using’ declaration.

What is the use of ‘using’ declaration.
A using declaration makes it possible to use a name from a namespace without the scope operator.

No comments: