Assuming I only want to override one method, is there a more compact way to create inherited classes?

后端 未结 0 1975
走了就别回头了
走了就别回头了 2020-12-04 06:06

I wonder if there is a cleaner way to approach this case.

I have a base class

    abstract class Base
    {
        public int _value;

        public          


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