摘要: c#中的interface abstract 与 virtual 2007-02-13 10:42 interface用来声明接口1.只提供一些方法规约,不提供方法主体. 如:public interface IPerson{ void getName();//不包含方法主体}2.方... 阅读全文
posted @ 2007-02-28 09:11 YFeng_Lee 阅读(992) 评论(2) 推荐(0) 编辑