java中怎么表示私有成员,Java继承中的私有成员

我被告知,对于Java子类,它可以继承其超类的所有成员.这甚至意味着私人会员呢?我知道它可以继承受保护的成员.

谁可以给我解释一下这个.我现在完全糊涂了.

解决方法:

不,私有成员不会被继承,因为私有成员的范围仅限于定义它的类.仅继承public和protected成员.

Private Members in a Superclass

A subclass does not inherit the

private members of its parent class.

However, if the superclass has public

or protected methods for accessing its

private fields, these can also be used

by the subclass. A nested class has

access to all the private members of

its enclosing class—both fields and

methods. Therefore, a public or

protected nested class inherited by a

subclass has indirect access to all of

the private members of the superclass.

从JLS开始,

Members of a class that are declared

private are not inherited by

subclasses of that class. Only members

of a class that are declared protected

or public are inherited by subclasses

declared in a package other than the

one in which the class is declared.

标签:superclass,java,inheritance,subclass,private-members

来源: https://codeday.me/bug/20190926/1822258.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值