developmentor - a developer services company				  
				      
   Modules

Namespace


1. Which of the following does a namespace NOT provide?
Logical grouping of types
Help in avoiding name collisions
Access control

2. True or false: namespaces can be nested.
True
False

3. True or false: it is a compile time error to have two using directives if the referenced namespaces contain a type with the same short name.
True
False

4. True or false: a namespace must be completely defined in a single source file.
True
False

5. True or false: accessing a type defined in the same namespace requires use of the fully qualified name.
True
False

This material is excerpted from the Programming C# course offered by DevelopMentor.