gpt4 book ai didi

c++ - 为什么私有(private)成员会被继承?

转载 作者:塔克拉玛干 更新时间:2023-11-03 01:00:38 24 4
gpt4 key购买 nike

所以基类中的 private 成员也在继承类中,但在其中不可访问,对吧?
它们实际上在分配给继承对象的内存中吗?

最佳答案

Are they actually in the memory allocated to the the inherited object?

是的,它们需要存在。私有(private)成员是基类实现细节的一部分。没有它们,一般来说,基类将无法运行(这就是它们首先存在的原因)。

将它们设为私有(private)只允许基类创建其选择的实现,而不会将其暴露给任何人,包括子类。

关于c++ - 为什么私有(private)成员会被继承?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19387332/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com