摘要:
Case:class A has a construct. class B is inherit from class A and B also has a construct. What's the order of the construct execute?Result: construct A -> construct B.Sample: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 namespace TestInheri 阅读全文
posted @ 2013-12-25 22:39
常建57
阅读(341)
评论(0)
推荐(0)

浙公网安备 33010602011771号