class Person{ name:string eat():void{ console.log(this.name+" eats when hungry.") } } class Student extends Person{ // variables rollnumber:number; ...
確定! 回上一頁