adplus-dvertising
frame-decoration

Question

Which among the following is the correct statement about the using statement used in C#.NET?

a.

A C#.NET source code file consists of any number of using statement

b.

By using ‘using’ statement it’s possible to create an alias for the namespace but not for the namespace element

c.

It is permitted to define a member at namespace level using alias

d.

Using statement can be placed anywhere in the C#.NET source code file

Answer: (c).It is permitted to define a member at namespace level using alias

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which among the following is the correct statement about the using statement used in C#.NET?