Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

typescript class inheritance

class Employee extends Person {
    //..
}
Code language: TypeScript (typescript)
Source by www.typescripttutorial.net #
 
PREVIOUS NEXT
Tagged: #typescript #class #inheritance
ADD COMMENT
Topic
Name
3+7 =