abstract vs interface
摘要:
interfaces can have no state or implementation,data members must be public final statica class that implements an interface must provide an implementation of all the methods of that interfaceabstract classes may contain state (data members) and/or implementation (methods)abstract classes can be inhe 阅读全文
posted @ 2013-06-13 08:10 brave_bo 阅读(277) 评论(0) 推荐(0)
浙公网安备 33010602011771号