What is the purpose of reserved word using in C#?

Submitted by: Administrator
A keyword that specifies that types in a particular namespace can be referred to without requiring their full qualified type names.

'using' reserved word always come with namespaces. eg. using systems so because of this useful classes supplied by Microsoft which are contained by System namespace are availble for user.
Submitted by: Administrator

Read Online 8085 Job Interview Questions And Answers