Google News
logo
C# - Quiz(MCQ)
Which of the following is the correct about namespaces in C#?
A)
The using keyword states that the program is using the names in the given namespace.
B)
A namespace is designed for providing a way to keep one set of names separate from another.
C)
The class names declared in one namespace does not conflict with the same class names declared in another.
D)
All of the Above.

Correct Answer :   All of the Above.

Advertisement