06 2021 档案

摘要:public class ColaEmployee { protected String name; protected int month; public ColaEmployee(){ super(); } public ColaEmployee(String name, int month) 阅读全文
posted @ 2021-06-18 12:42 计算机1903庞斯文 阅读(27) 评论(0) 推荐(0) 编辑
摘要:public class Vehicle { protected String brand; protected String clr; protected double speed; public Vehicle(String brand, String clr, double speed) { 阅读全文
posted @ 2021-06-17 12:59 计算机1903庞斯文 阅读(40) 评论(0) 推荐(0) 编辑