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

Options

A : Namespaces can be nested only up to level 5.

B : A namespace cannot be nested.

C : There is no limit on the number of levels while nesting namespaces.

D : If namespaces are nested, then it is necessary to use using statement while using the elements of the inner namespace.

Click to view Correct Answer

Previous || Next

Namespaces - General Questions more questions

Which of the following statments are the correct way to....

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

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 is correct way to rewrite the....

Which of the following statements is correct about the using....

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....

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