0 votes
in TypeScript - JavaScript's Superset by
How to Call Base Class Constructor from Child Class in TypeScript?

1 Answer

0 votes
by

super() function is used to called parent or base class constructor from Child Class.

...