2012年2月27日

摘要: I think about 80% of the usefulness of OOP comes down to having abstract classes which (1) provide certain functionality to their inheriting classes, and (2) require certain functionality of their inheriting classes (the other 20% is mostly interfaces and contructors). This is one of the first code 阅读全文
posted @ 2012-02-27 14:40 xupeng 阅读(203) 评论(0) 推荐(0)

导航