摘要:
/** * * @ClassName: GolfBall * @Description: 高尔夫球类* @date 2012-4-5 下午10:11:30 */class GolfBall{ private String brand; //品牌 private String make; //型号 public GolfBall(String brand, String make) { super(); this.brand = brand; this.make = make; } public String getBr... 阅读全文
posted @ 2012-04-05 22:30
吴超文
阅读(248)
评论(0)
推荐(0)

浙公网安备 33010602011771号