65.9K
CodeProject is changing. Read more.
Home

True Inheritance with Plain-old JavaScript

starIconstarIconstarIconstarIcon
emptyStarIcon
starIcon

4.25/5 (6 votes)

Feb 9, 2008

CPOL

5 min read

viewsIcon

36654

downloadIcon

52

This article describes a technique for making use of inheritance with JavaScript, including inheriting interface, implementation, and data from base classes.