06 2017 档案
Private Inheritance for C++
摘要:C++ has a second means of implementing the has-a relationship: private inheritance.With private inheritance, public and protected members of the base 阅读全文
posted @ 2017-06-05 00:01 听风的日子 阅读(336) 评论(0) 推荐(0)