摘要: 买车: 接口: public interface Car { public String getName(); public String getColor(); public double getPrice(); } BMW类实现这个接口: public class BMW implements 阅读全文
posted @ 2020-08-05 16:56 韩佳龙 阅读(98) 评论(0) 推荐(0)