Question: Which of the following statements is correct about the using statement used in C#.NET?

Options

A : using statement can be placed anywhere in the C#.NET source code file.

B : It is permitted to define a member at namespace level as a using alias.

C : A C#.NET source code file can contain any number of using statement.

D : By using using statement it is possible to create an alias for the namespace but not for the namespace element.

Click to view Correct Answer

Previous || Next

Namespaces - General Questions more questions

Which of the following is absolutely neccessary to use a....

If a class called Point is present in namespace n1....

Which of the followings are NOT a .NET namespace?

Which of the following statements is correct about namespaces in....

Which of the following is correct way to rewrite the....

Which of the following statements are correct about a namespace....

Which of the following CANNOT belong to a C#.NET Namespace?

Which of the following statements is correct about a namespace....

Which of the following C#.NET code snippets will correctly print....

If ListBox is class present in System.Windows.Forms namespace, then which....

Attributes - General Questions more Online Exam Quiz

Exception Handling - General Questions

Functions and Subroutines - General Questions

Inheritance - General Questions

Interfaces - General Questions

Operators - General Questions

Polymorphism - General Questions

Properties - General Questions

Structures - General Questions

Advanced SQL - General Questions