0 votes
in TypeScript - JavaScript's Superset by (5.7k points)
recategorized by

Which keyword is used for Inheritance in TypeScript?

a) follows

b) extends

c) defines

d) implements

1 Answer

0 votes
by (5.7k points)
edited by
b) extends keyword is used for Inheritance in TypeScript

Related questions

...