Is Interface inheritance a bad practice?

后端 未结 0 1759
迷失自我
迷失自我 2021-02-15 05:58

I was wondering if the following code shows a bad practice (about interface inheritance):

public interface IFoo : IDisposable
{
    void Test();
}

public class          


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