in TypeScript - JavaScript's Superset by (6.4k points)
recategorized by
Which keyword is used to access base class properties?

a) super

b) extends

c) base

d) implements

1 Answer

0 votes
by (6.4k points)
edited by
a) super keyword is used to access base class properties

Related questions

0 votes
asked Jan 27, 2020 in TypeScript - JavaScript's Superset by AdilsonLima (6.4k points)
0 votes
asked Jan 27, 2020 in TypeScript - JavaScript's Superset by AdilsonLima (6.4k points)
0 votes
asked Mar 22, 2022 in TypeScript - JavaScript's Superset by sharadyadav1986 (31.7k points)
...