摘要: 1 abstract class MotorVehicles { 2 abstract void brake(); 3 } 4 interface MoneyFare { 5 void charge(); 6 } 7 interface ControlTemperature { 8 void con 阅读全文
posted @ 2020-12-17 13:48 李家宇 阅读(86) 评论(0) 推荐(0) 编辑