OO Javascript Inheritance

for basic Javascript inheritance check out:

http://www.webreference.com/js/column79/

for an advanced method, check out:

http://www.sitepoint.com/blogs/2006/01/17/javascript-inheritance/

these are both excellent articles/tutorials, especially the sitepoint article …which uses a function call (that looks very much like a hack, but isn’t…) to assosiate subclass and superclass and ‘inject inheritance…’ (uses regex)

Happy reading!!

Leave a Reply