Class Inheritance
In this lesson, we discuss the syntax and concept of class inheritance in Javascript.
Inheritance in JavaScript
Usually, classes are used for inheritance in object-oriented programming. Here is a brief refresher on inheritance; inheritance enables new classes to take on ...