摘要: 15.1 What about OOP?The key ideas in object-oriented programming are:data abstractionusing data abstraction, we can define classes that separate interface from implementation.inheritancethrough inheritance, we can define classes that model the relationships among similar types.In C++, a base class d 阅读全文
posted @ 2013-01-05 19:48 hydekm 阅读(86) 评论(0) 推荐(0) 编辑