摘要:
package dmk2; public class Vehicle { String brand; String colour; double speed; public Vehicle(String brand, String colour, double speed) { super(); t 阅读全文
摘要:
public class ColaEmployee { protected String name; protected int month; public ColaEmployee() { super(); } public ColaEmployee(String name, int month) 阅读全文