日期:2014-05-17 浏览次数:21110 次
class Test2: Test1 { public Test2(Test1 Obj) { base = Obj; // 大概意图如此,想在构造函数中,对基类进行一次赋值 } }