I find mootools to be everything I need for inheritence. It uses the basic motif of Extends and Implements of many other OO languages.
One of the developers goes over it in detail in his comparison to jquery:
http://jqueryvsmootools.com
You don't need the whole library either. You can just download their Class model and ignore the rest (animation, dom manipulation, etc).