The Secret of JavaScript Class Inheritance and Polymorphism

While there are many methods that attempt to make JavaScript into an Object Oriented Language, most fall short when it comes to the ability to call methods on parent classes. This article analyzes several broken approaches, including the famous one by Douglass Crockford, and then presents a working solution.

read more | digg story

Ted C. Howard @ted