super and property inheritance in TypeScript

后端 未结 0 996
臣服心动
臣服心动 2021-02-06 15:31

I have created a USer class and created a subclass ADmin

class USer {

    constructor(public name: string, public employees: string[])          


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