Which keyword is used for inheritance in typescript?



Which keyword is used for inheritance in typescript?..

Answer / Avantika Singh

The 'extends' keyword is used for inheritance in TypeScript. It allows one class to extend the properties and methods of another.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More TypeScript Interview Questions

What is the use of the tsconfig.json file in typescript?

1 Answers  


What is getters and setters in typescript?

1 Answers  


How to enable decorators in typescript via command line?

1 Answers  


Is angular typescript?

1 Answers  


List some features of classes in typescript?

1 Answers  


List some features of typescript?

1 Answers  


What is typescript and why it is used for?

1 Answers  


How to compile a typescript file?

1 Answers  


What is import and export in typescript?

1 Answers  


What is default visibility for properties/methods in typescript classes?

1 Answers  


What is optional properties in typescript?

1 Answers  


How to setup and install typescript?

1 Answers  


Categories