Multiple Choice
Which of the following statements is correct about a namespace in C#.NET?
A) Namespaces help us to control the visibility of the elements present in it.
B) A namespace can contain a class but not another namespace.
C) If not mentioned, then the name 'root' gets assigned to the namespace.
D) It is necessary to use the using statement to be able to use an element of a namespace.
Correct Answer:

Verified
Correct Answer:
Verified
Q5: ASP.NET separates the HTML output from program
Q6: Which of the following is NOT a
Q7: Which of the following is the Object
Q8: Which of the following statements is correct
Q9: Which of the following denote page code
Q11: The feature in ASP.NET 2.0 that is
Q12: Exceptions can be thrown even from a
Q13: In C#.NET if we do not catch
Q14: A property can be declared inside a
Q15: Which of the following is NOT a