首页 试题详情
单选题

在C#中,现有Student类,构造函数对其属性Name进行赋值操作,请在下划线处填充正确代码。class Student { private string name; public String Name { get; set; } public Student(string name) { __________ } }

Athis.name=Name

Bthis.name == name

Cthis.Name = name;

Dname=Name

正确答案:A (备注:此答案有误)

相似试题

  • 单选题

    C#现有Student构造函数对其属性Name进行赋值操作,请在下划线处填充正确代码。class Student { private string name; public String Name { get; set; } public Student(string name) { __________ } }

    答案解析

  • 单选题

    C#,对于构造函数,描述错误的是()

    答案解析

  • 单选题

    现有Class1,选出如下选项正确的缺省构造函数形式( )

    答案解析

热门题库