Quiz: Inheritance in TypeScript
Test your understanding of inheritance in TypeScript.
We'll cover the following...
We'll cover the following...
Inheritance in TypeScript
1.
(Select all that apply.) What is the main purpose of inheritance in TypeScript?
A.
To allow for code reuse.
B.
To create a new type from an existing type.
C.
To create a hierarchy of types.
D.
To allow for type casting.
1 / 6
...