Base2 has simple inheritance mechanism , See John Resig's post on this (comments in the post are also interesting).
Something to also keep in mind is that trying to do simulate classic OO in Javascript has been getting lot of flak lately (although it was explored very enthusiastically in the initial days of great JS library revolution).