C# - 多态性
摘要:
abstract (抽象类,抽象方法) override(负责重写)对抽象类中的抽象方法进行重写。仔细研究代码:代码: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.... 阅读全文
posted @ 2015-05-24 13:59
ultrastrong
阅读(221)
评论(0)
推荐(0)