TypeScript Fundamentals
Plans from $25/month

This lesson is for members. Join us?

Subscribe now to get instant access to this course, plus a full library of Vue.js courses tailored to the plan you choose.

Extending Classes in TypeScript

In this lesson, we learn how to extend classes in TypeScript to consolidate shared logic to one place and keep child classes concerned only with the things that are unique to each class.