publicclassCat{
	privateStringname;
	privateintage;
	privatedoubleweight;
	privateColorcolor;
	publicCat(Stringname,intage,doubleweight,Colorcolor){
		this.name=name;
		this.age=age;
		this.weight=weight;
		this.color=color;
	}
	
	//利用属性来判断Cat是否相..
                            
                            
                                分类:
其他好文   时间:
2017-03-18 13:49:10   
                                阅读次数:
178