nodejs change inheritance of a class that inherit from another class

后端 未结 0 1945
暗喜
暗喜 2021-02-12 00:18

I have class A in nodeJS(ES6) that inherit from class B. how can i create class C that extends {class A that extends class D rather than B} ?

class A extends B {}         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题