c# 命名空间命名规范
Yes
No
Correct answer: 1
Yes
Yes, we can create a nested namespace in C#.NET.
是
没有
正确答案:1
是
是的,我们可以在C#.NET中创建一个嵌套的名称空间。
Yes
No
Correct answer: 1
Yes
Yes, a namespace can contain an interface.
是
没有
正确答案:1
是
是的,名称空间可以包含一个接口。
We cannot create a nested namespace.
In C#.Net, there is no limit for nested levels for a namespace.
We can create nested namespaces up to 4 levels only.
To create nested namespace we need to use “using” keyword.
Options:
Only A
D and C
Only B
Only D
Correct answer: 3
Only B
The only statement B is correct about namespace in C#.NET.
我们无法创建嵌套的名称空间。
在C#.Net中,名称空间的嵌套级别没有限制。
我们最多只能创建4个嵌套的名称空间。
要创建嵌套的名称空间,我们需要使用“ using”关键字。
选项:
只有一个
D和C
只有B
只有D
正确答案:3
只有B
唯一的语句B关于C#.NET中的名称空间是正确的。
In C#.NET, every class belongs to a namespace.
A namespace can contain either a class or a structure.
All members of the namespace must be in the same file.
By default name of the namespace is the project name.
Options:
A and D
Only B
Only C
B and C
Correct answer: 1
A and D
The statements A and D are correct about namespaces.
在C#.NET中,每个类都属于一个命名空间。
命名空间可以包含类或结构。
命名空间的所有成员必须在同一文件中。
默认情况下,名称空间的名称是项目名称。
选项:
A和D
只有B
只有C
B和C
正确答案:1
A和D
语句A和D关于名称空间是正确的。
Data
Process
Web
Drawing2D
Options:
Only A
B and D
Only C
A and C
Correct answer: 2
B and D
In the above options, B and D are not valid namespaces of FCL.
数据
处理
网页
Drawing2D
选项:
只有一个
B和D
只有C
A和C
正确答案:2
B和D
在以上选项中,B和D不是FCL的有效名称空间。
翻译自: https://www.includehelp.com/dot-net/csharp-namespace-aptitude-questions-and-answers-2.aspx
c# 命名空间命名规范