标签:
An abstract class can have shared state or functionality. An interface is only a promise to provide the state or functionality. A good abstract class will reduce the amount of code that has to be rewritten because it‘s functionality or state can be shared. The interface has no defined information to be shared.
标签:
原文地址:http://www.cnblogs.com/touchdown/p/5143796.html