摘要: c#中抽象类(abstract)和接口(interface)的相同点与区别 转自:http://blog.csdn.net/fxh_hua/archive/2009/08/20/4464739.aspx 相同点: 1、都可以被继承 2、都不能被实例化 3、都可以包含方法声明 4、派生类必须实现未实现 阅读全文
posted @ 2018-08-27 00:48 Quintinz 阅读(566) 评论(0) 推荐(0)