Interface VS Abstract Class
摘要:
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 ... 阅读全文
posted @ 2016-01-19 23:34 touchdown 阅读(179) 评论(0) 推荐(0)