摘要: Anabstract classis a base class that may have some members not implemented in the base class, but only in the derived classes. Aninterfaceis just a contract that a class can choose to fulfill - a list fo member that it must implement if it implements the interface.You'll often use an abstract cl 阅读全文
posted @ 2014-03-13 00:08 icutcx 阅读(129) 评论(0) 推荐(0)