简体   繁体   中英

Is protected member accessible from “same package non-subclass” in Java?

I have known protected member is accessible only in its sub classes but some websites says that it's also accessible from same package non-subclasses.

Is it true?

java访问修饰符可见性图表

Yep. They did that to make all the access modifiers logically "nested" in privacy.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM