题目内容

以下不是C#的特点的是:

A. 封装
B. 继承
C. 多态
D. 支持指针操作

查看答案
更多问题

以下不是合法的标识符的是:

A. _mind
B. userName
C. 3open
D. CSharpe

using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace HelloWorld{class Program{static void Main(string[] args){Console.WriteLine("Hello World!");Console.ReadLine();}}}程序中HelloWorld是____

A. 命名空间
B. 类
C. 函数
D. 方法

using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace HelloWorld{class Program{static void Main(string[] args){Console.WriteLine("Hello World!");Console.ReadLine();}}}程序中Program是____

A. 命名空间
B. 类
C. 函数
D. 方法

using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace HelloWorld{class Program{static void Main(string[] args){Console.WriteLine("Hello World!");Console.ReadLine();}}}程序中Main是____

A. 命名空间
B. 类
C. 函数
D. 方法

答案查题题库