由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 什么地方用到 Private inheritance
相关主题
protected class member in C++C++小插曲
请问C++小白问题请教一个class design的问题
问一个inheritance的初级问题C++ virtual function 定义在 derived class 会怎么样?
C++ private inheritance. v.s. composition两个看来相似的问题
[合集] protected inheritance in C++C++ Q96: function inheritance (转载)
How to understand the answer.Why oop is bad?
C++ Q01: private inheritance.一个inheritance 的问题
C++ Primer 上关于inheritance protected member 的一段话c++ question, thanks
相关话题的讨论汇总
话题: private话题: 用到
进入Programming版参与讨论
1 (共1页)
z*****n
发帖数: 447
1
前天面vmware的时候,问到 C++ private inheritance 及其用处,我只谈了一下概念
,说这个可以保证不把父类的成员让其他对象调用,只让derived class的对象看到;
但是深入的也不清楚了,哪些可以解释一下?
多谢
f******y
发帖数: 2971
2
Is it very different from having the base class as a private data member?

【在 z*****n 的大作中提到】
: 前天面vmware的时候,问到 C++ private inheritance 及其用处,我只谈了一下概念
: ,说这个可以保证不把父类的成员让其他对象调用,只让derived class的对象看到;
: 但是深入的也不清楚了,哪些可以解释一下?
: 多谢

1 (共1页)
进入Programming版参与讨论
相关主题
c++ question, thanks[合集] protected inheritance in C++
C++ (with MATLAB engine) compiling problem under Linux systermHow to understand the answer.
ask a C++ inheritance questionC++ Q01: private inheritance.
关于c++ classes的interview testC++ Primer 上关于inheritance protected member 的一段话
protected class member in C++C++小插曲
请问C++小白问题请教一个class design的问题
问一个inheritance的初级问题C++ virtual function 定义在 derived class 会怎么样?
C++ private inheritance. v.s. composition两个看来相似的问题
相关话题的讨论汇总
话题: private话题: 用到