檢視 SCJP 1.6版考題 014 的原始碼
←
SCJP 1.6版考題 014
前往:
導覽
,
搜尋
由於下列原因,您沒有權限進行 編輯此頁面 的動作:
您請求的操作只有這個群組的使用者能使用:
管理員
您可以檢視並複製此頁面的原始碼。
11. class Person{ 12. String name = "No name"; 13. public Person(String nm){name = nm;} 14. } 15. 16. class Employee extends Person{ 17. String empID = "0000"; 18. public Employee(String id){empID = id;} 19. } 20. 21. class EmployeeTest{ 22. public static void main(String[] args){ 23. Employee e = new Employee("4321"); 24. System.out.println(e.empID); 25. } 26. } What is the result? A. 4321 B. 0000 C. An exception is thrown at runtime. D. Compilation fails because of an error in line 18. <div class="toccolours mw-collapsible mw-collapsed"> <span style="font-size:medium;">解答</span> ---- <div class="mw-collapsible-content"> <span style="font-size: medium;">Ans: D </span> <span style="font-size:medium;"> 解說: 下面二個方法以第2種方法較好,記得有一個黃金定律,一個類別裏,不管如何,都要有一個無參數的建構子…! 1. class Employee extends Person{ String empID = "0000"; public Employee(String id){super(id); empID = id;} } 2. class Person{ String name = "No name"; public Person(String nm){name = nm;} public Person(){} } </span> </div></div> {{SCJP 1.6版考題講解}} Ans:D 解說:
此頁面使用了以下模板:
模板:Navbar
(
檢視原始碼
)
模板:Navbox
(
檢視原始碼
)
模板:SCJP 1.6版考題講解
(
檢視原始碼
)
模板:Transclude
(
檢視原始碼
)
返回至
SCJP 1.6版考題 014
。
導覽選單
個人工具
登入
命名空間
頁面
討論
變體
檢視
閱讀
檢視原始碼
檢視歷史
更多
搜尋
導覽
首頁
基本資料
專案計劃
教授課程(本學期)
創意3D列印實務
程式設計
資料結構
WordPress
教授課程(所有)
資訊安全
科技英文
資料庫管理
管理專業英文
管理資訊系統
作業系統
專利與發明
程式設計
學生專題
網路概論
技術與學習
Delphi XE
3D印表機
SCJP考題
Arduino/pcDuino
Android
Linux/Unix
虛擬/雲端作業系統
網站功能
Wiki安裝設定筆記
隨機頁面
說明
工具
連結至此的頁面
相關變更
特殊頁面
頁面資訊