class P { constructor() {..} f() {..} h() {..} } class C extends P { constructor() { .. super(..) } g() {..} h() {..} }