Is Interface inheritance a bad practice?

后端 未结 0 1729
余生分开走
余生分开走 2021-02-15 05:27

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

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

public class          


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