Java程序设计,创建一个汽车类CarModel.java,

日期:2014-10-23 15:13:47 人气:1

Java程序设计,创建一个汽车类CarModel.java,

public class CarManufactory{ private String style; private String color; private String category; public String getStyle(){ return this.style; } public String getColor(){ return this.color; } public String getCategory(){ return this.category; }
    A+
热门评论