How to initialize a child class without initializing base class in C#

前端 未结 0 1623
清歌不尽
清歌不尽 2020-12-12 05:39

So, I have the following parent class;

class Parent {
   public Parent() {
      Console.WriteLine("Parent class")
   }
}

And the

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