摘要: package dmk2; public class Vehicle { String brand; String colour; double speed; public Vehicle(String brand, String colour, double speed) { super(); t 阅读全文
posted @ 2021-06-18 15:18 董梦坤 阅读(27) 评论(0) 推荐(0) 编辑
摘要: public class ColaEmployee { protected String name; protected int month; public ColaEmployee() { super(); } public ColaEmployee(String name, int month) 阅读全文
posted @ 2021-06-18 15:09 董梦坤 阅读(46) 评论(0) 推荐(0) 编辑