【转载】#349 - The Difference Between Virtual and Non-Virtual Methods
摘要:
In C#, virtual methods support polymorphism, by using a combination of the virtual and override keywords. With the virtual keyword on the base class method and the override keyword on the method in the derived class, both methods are said to be virtual.Methods that don't have either the virtual 阅读全文
posted @ 2014-03-11 20:59 yuthreestone 阅读(167) 评论(0) 推荐(0)
浙公网安备 33010602011771号