| 1. |
Explain About Using Directive? |
|
Answer» The USING directive has two USES:
The scope of a using directive is limited to the file in which it appears. Create a using alias to make it EASIER to qualify an identifier to a namespace or type.Namespaces come in two categories: user-defined and system-defined. User-defined namespaces are namespaces defined in your code. The using directive has two uses: The scope of a using directive is limited to the file in which it appears. Create a using alias to make it easier to qualify an identifier to a namespace or type.Namespaces come in two categories: user-defined and system-defined. User-defined namespaces are namespaces defined in your code. |
|