摘要:
学C#的时候,学到很多没在别的语言里见过的继承手段。比如用Base方法调用基类构造函数。这个好神奇,只要在子类构造函数后面加个base()就能调用基类的不同构造函数。话不多说,贴代码!using System;using System.Collections.Generic;using System... 阅读全文
posted @ 2015-03-30 17:09
shenyuelong
阅读(117)
评论(0)
推荐(0)
浙公网安备 33010602011771号