TOP
03 2022 档案
13_接口和抽象类的区别
摘要:interface Itfce { public void x(); } abstract class Abs { public static void f1() { System.out.println("Static 1 "); } public abstract void a1(); publ 阅读全文
posted @ 2022-03-01 17:22 hui_T 阅读(77) 评论(0) 推荐(0)