(Choose 1 answer)
Choose the correct statement related to the Namespaces in C#?
A. The members of a namespace can be interfaces, structures, and delegates but not namespaces
B. It helps to control the scope of methods and variables in larger .Net programming projects
C. All of the others
D. It is used to organize the classes
Finish