【转载】#446 - Deciding Between an Abstract Class and an Interface
摘要:
An abstract class is a base class that may have some members not implemented in the base class, but only in the derived classes. An interface is 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 abstrac 阅读全文
posted @ 2014-03-12 17:20 yuthreestone 阅读(217) 评论(0) 推荐(0)
浙公网安备 33010602011771号