0 votes
in TypeScript - JavaScript's Superset by
recategorized by
Inheritance is implemented by using the ________ keyword.

a) implements

b) extends

c) namespace

d) None of the options

1 Answer

0 votes
by
edited by
extends

Inheritance is implemented by using the extends keyword.

Related questions

0 votes
asked Mar 22, 2022 in TypeScript - JavaScript's Superset by sharadyadav1986
0 votes
asked Mar 22, 2022 in TypeScript - JavaScript's Superset by sharadyadav1986
...