Subj : Implementing inheritence? To : netscape.public.mozilla.jseng From : Brian Genisio Date : Wed Jan 28 2004 10:42 am Hi all, Is there a way in spidermonkey to have an object inherit all of a parent's properties and methods? Using the DOM as an example, class Document inherits from class Node. Can I tell spidermonkey that this is the case, or do I have to implement it myself. It looks pretty easy for me to do it myself, but I thought I would check if there is an easy way. I couldnt find any. Thanks, Brian .