BeginnerLesson 13 of 1825 min · hands-on
Inheritance and Abstract Classes
Part of the TypeScript course
Want to learn TypeScript Inheritance and Abstract Classes in a real environment?
Click below, get a fresh Linux box with TypeScript ready to go, and work through Inheritance and Abstract Classes hands-on with an AI tutor that knows your code.
Start this lessonInheritance and Abstract ClassesWhat you'll learn
- Extends keyword
- Super calls
- Method override
- Abstract classes
- Abstract methods
- Implements with interface
