c# 这一题有错,但我不会改,请高手帮忙
-------分格线-------分格线-------分格线-------分格线-------分格线-------分格线-------
/* Credit  : 25 points
Problem 01:   
* 撰写一名为 MainClass 的类别(class),MainClass 类别至少要含有主程式 Main 方法(method),
 将你的测试程式放在 Main 中或由 Main 来呼叫的其他方法。
  1.) 类别 A 的规格:  
      a.) 公有(public)建构方法(constructors)          
          A obj1 = new A();
          A obj2 = new A(1);          
      b.) 公有静态资料成员(static data members)      
          name  type
          -------------------------
          x    int          
      c.) 私有(private)静态资料成员 - 无
          name  type
          -------------------------
          y    int
          z    float          
      d.) 公有静态方法成员(stataic method members)      
          name  return type    paramaters    operation  
          ---------------------------------- ..
访客只能看到部份内容,免费 加入会员 或由脸书  Google  可以看到全部内容
 可以看到全部内容