1. 子類的建構函式如果要引用super的話,必須把super放在函式的首位複製程式碼程式碼如下:class Base { Base() { System.out.println("Base"); } ...
確定! 回上一頁