Login
Remember
Register
Ask a Question
How to Call Base Class Constructor from Child Class in TypeScript?
0
votes
asked
Mar 23, 2022
in
TypeScript - JavaScript's Superset
by
sharadyadav1986
How to Call Base Class Constructor from Child Class in TypeScript?
typescript-child-class
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 23, 2022
by
sharadyadav1986
super() function is used to called parent or base class constructor from Child Class.
...