我們可以把多個類別定義在同一個檔案中,以Human.java為例; ... Copied! 最外層的class被稱為外部類別(outer class),裡面定義的稱為內部類別(inner class)。
確定! 回上一頁