摘要:
最近,在基类的构造函数中调用虚方法时,发现了一个问题。先把问题重现如下: class Program { static void Main(string[] args) { var c = new Chinese(18); Console.ReadKey(); } } pu... 阅读全文
posted @ 2014-11-21 09:39
Darren Ji
阅读(951)
评论(1)
推荐(1)
我的公众号:新语新世界,欢迎关注。