摘要: 面向对象-接口-2 //接口1 public interface Inter1 { } // //接口2 public interface Inter2 { } // //接口3 public interface Inter3 extends Inter1,Inter2{ //接口和接口是继承关系, 阅读全文
posted @ 2023-01-30 10:13 大宝贝94106 阅读(22) 评论(0) 推荐(0)