「extends」是Java的keywords之一,用以表示Student類別是「延伸自」Person類別,換句 ... public class Student extends Person { // fields private String ID; ...
確定! 回上一頁