摘要: 通俗来说,可以说是构造函数的继承 (1) :this()用来继承无参时的构造函数,例如下面代码 static void Main(string[] args) { AA aA = new AA("c","d"); Console.WriteLine(aA.aa); Console.WriteLine 阅读全文
posted @ 2022-04-01 11:10 程序员晓登 阅读(399) 评论(0) 推荐(0)