Creating JavaScript Classes, Part 3: Method Inheritance (with screencast)
filed in Development on Feb.24, 2009
View Screencast | Download code
For a complete explanation of the following code, watch the screencast. In the previous post, I looked at how JavaScript can access properties of ancestor classes in descendant classes. In this post, I am going to look at how to do the same with JavaScript functions. To keep things [...]