gpt4 book ai didi

c# - C#中如何调用构造函数

转载 作者:太空宇宙 更新时间:2023-11-03 17:17:22 27 4
gpt4 key购买 nike

<分区>

好的。我试图掌握构造函数。我想将此员工命名为 Stormtrooper。但它似乎没有调用它。我不知道我是不是没有正确阅读构造函数还是什么,但这就是我所拥有的

如有任何帮助,我们将不胜感激。我意识到这是一个非常菜鸟的问题。

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace ConsoleApplication297
{
public class Program
{
static void Main(string[] args)
{
Employee s = new Employee(name);
Console.WriteLine(s.Name);
Console.ReadKey();
}

public class Employee
{
private string name;

public string Name
{
get
{
return name;
}
}
public Employee(string name)
{
name = Stormtrooper;
}
}
}

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com