Home » Interview » Technology

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

Correct Answer: A keyword that specifies that types in a particular nemespace 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

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion