java的父子類加載順序

如有不正之處,請多多批評並指教。java 先上代碼:ide 父類的代碼:測試 public abstract class ABSclass { private static int b=3; static{ int s=8; System.out.println("父類靜態塊"); } public ABSclass() { b=b+3; System.out.print
相關文章
相關標籤/搜索