Which Is The Correct Statement About The Namespaces In Cnet #757
Which is the correct statement about the namespaces in C#.NET?
This multiple choice question (MCQ) is related to the book/course gs gs108 CSharp. It can also be found in gs gs108 Namespaces, Preprocessors and Networking - Fundamentals of Namespaces - Quiz No.1.
Which is the correct statement about the namespaces in C#.NET?
Nesting of namespaces is permitted, provided all the inner namespaces are declared in the same file
A namespace cannot be tested
There is no limit on the number of levels while nesting namespaces
All of the mentioned