class Derived4 extends Base2 { constructor (a) { this = Object.create(new^.prototype); this.a = a; } isDerived4() {return true}; }