Which Among The Following Is The Correct Statement About The #765
Which among the following is the correct statement about the using statement used in C#.NET?
This multiple choice question (MCQ) is related to the book/course gs gs108 CSharp. It can also be found in gs gs108 Namespaces, Preprocessors and Networking - Fundamentals of Namespaces - Quiz No.1.
Which among the following is the correct statement about the using statement used in C#.NET?
A C#.NET source code file consists of any number of using statement
By using ‘using’ statement it’s possible to create an alias for the namespace but not for the namespace element
It is permitted to define a member at namespace level using alias
Using statement can be placed anywhere in the C#.NET source code file