Answers

Question and Answer:

  Home  8085

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

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.

 203 views

More Questions for you: