Interview Question

Created by admin on Sat, 17/11/2012 - 15:10
Question: 

What is the use of 'using' declaration.

Language: 
Answer: 
A using declaration makes it possible to use a name from a namespace without the scope operator.