题目内容

vc#是一种面向()的语言

A. 机器
B. 过程
C. 对象
D. 事物

查看答案
更多问题

以下关键字中声明的变量在整个应用程序范围有效的是

A. dim
B. static
C. private
D. public
E. preted

C#程序是()

A. 由命名空间组成的
B. 由类组成的
C. 由方法组成的
D. 由{}组成的

入口方法是程序的起点。C#程序的入口方法是()。

A. static void Main(string[] args)
B. static void Mian(string args)
C. static void main(string[] args)
D. static void main(string args)

如果一个对象的类是System.Windows.Forms.TextBox,真实的类是TextBox,System.Windows.Forms是()。

A. 命名空间
B. 虚拟类
C. 名称
D. 以上三者都不对

答案查题题库