<code>protected</code> access in Java means
- A
Private to instance
- B
Same package only
- Ccheck_circle
Subclasses (anywhere) and same package
- D
Public to all
Explanation
Protected: package-private + accessible to subclasses.
AP Computer Science A· difficulty 4/5
<code>protected</code> access in Java means
Private to instance
Same package only
Subclasses (anywhere) and same package
Public to all
Explanation
Protected: package-private + accessible to subclasses.
Want 10 more like this — adaptive to your weak spots?