How to implement interface?

前端 未结 0 1244
终归单人心
终归单人心 2021-01-24 22:06

Interface is:

interface b {
        (): void;
    }

I tried to impement this interface:

class A implements b {
   function(): void         


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