Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Home
»
C# Programming
»
Namespaces
Which of the following statements is correct about the using statement used in C#.NET?
using statement can be placed anywhere in the C#.NET source code file.
It is permitted to define a member at namespace level as a using alias.
A C#.NET source code file can contain any number of using statement.
By using using statement it is possible to create an alias for the namespace but not for the namespace element.
By using using statement it is possible to create an alias for the namespace element but not for the namespace.
Show Answer
Correct Answer:
A C#.NET source code file can contain any number of using statement.
← Previous
Next →
Discussion & Comments
No comments yet. Be the first to comment!
Name:
Comment:
Post Comment