1)

Which statement is the correct about namespaces in C#?


A) A namespace provides a way to keep one set of names separate from another.

B) Same class name can be used in different namespaces.

C) Keyword using is used to include the namespace in the program.

D) All of the above.

Answer:

Option D

Explanation:

All of the above options are correct.