摘要: 我们在实现接口时,常常是类继承接口,然后在接口中实现相应的方法。代码如下: interface IOutput { void output(); } class SimpleOutput : IOutput { pu... 阅读全文
posted @ 2014-09-16 08:33 _学而时习之 阅读(245) 评论(0) 推荐(0)