这两个“词:Program”为什么可以相同?为什么public没有加“关键字:例如int”?
class Program
{
…
public Program()
}
一个是类名,一个是构造方法名,构造方法名必须与类名相同