用c#语言编程 声明一个矩阵类Rectangle,其中有多个构造方法。用不同的构造方法创建对象,并输出矩形的周

日期:2011-08-15 15:16:41 人气:2

用c#语言编程 声明一个矩阵类Rectangle,其中有多个构造方法。用不同的构造方法创建对象,并输出矩形的周

public class Rectangle { public Rectangle(a,b,c,d) {} public Rectangle(a,b,c,d,e) {} public Rectangle(a,b,c,d,e,f){} int circumference; public int Circumference { get { return circumference; } } int area; public int A
    A+
热门评论