在设计继承关系的时候,确保public继承是is a的关系
比如
`class student : public person{...}`
在设计继承关系的时候,确保public继承是is a的关系 比如 `class student : public ...
Effective c++ 学习笔记(item6) Item6: Explicitly disallow the ...
Effective c++ 学习笔记(item8) item8: prevent exceptions from ...
Effective c++ 学习笔记(item17 store newed objects in smart po...
Effective C++ 学习笔记(Item7) item7: declare destructors virt...
Effective c++ 学习笔记(item4) item4: make sure that objects a...
Effective c++学习笔记(item15) item15: provide access to raw r...
Effective c++ 学习笔记(原书好的英文表达) 这次凑个更新 it becomes clear that...
Effective c++学习笔记(item13的引申:RCSP can't break cycles of re...
本文标题:Effective c++ 学习笔记(item32)
本文链接:https://www.haomeiwen.com/subject/pqefartx.html
网友评论