84669 人が学習中
152542 人が学習中
20005 人が学習中
5487 人が学習中
7821 人が学習中
359900 人が学習中
3350 人が学習中
180660 人が学習中
48569 人が学習中
18603 人が学習中
40936 人が学習中
1549 人が学習中
1183 人が学習中
32909 人が学習中
来自于effective C++ 条款35。 如果是public继承父类,父类的private函数不是对派生类不可见么?为啥还可以重新定义父类的private virtual函数呢?
ringa_lee
private virtual在父类里已经完成了调用,子类里只需要重定义,不需要调用, 具体用法请参考这里的读书笔记解释的很详细:http://www.cppblog.com/tiandejian/arc...
private virtual在父类里已经完成了调用,子类里只需要重定义,不需要调用,
具体用法请参考这里的读书笔记解释的很详细:
http://www.cppblog.com/tiandejian/arc...