KwickClips Java · 41 sec · free
What do you get if you write no access keyword?
Short answer. Default access: the same package only.
Which level is the most closed?
private.
Access levels
| Keyword | Visible in |
|---|---|
| private | own class |
| default | same package |
| protected | + subclasses |
| public | everywhere |
Remember
| No keyword means default |
| private is the most closed |
Four keywords decide who can see your data. From closed to open. Private stays in its class. Default stays in its package. Protected adds subclasses. Public is everywhere. No keyword means default. Private is the most closed.
This clip is from the full lesson: Access Specifiers, Encapsulation and Visibility — 5 minutes, with the tables, the quick answers and the whole lesson in text.
Useful for: CBSE Class 9 Information Technology (402), ICSE Class 9 Computer Applications, ICSE Class 10 Computer Applications, ICSE Class 10 Computer Applications
More KwickClips from this lesson
How do you stop a negative balance?38 sec
Why does my loop variable vanish?41 sec
Can a subclass use a private member?44 secVoice-over is AI-generated; the script is written and checked by Kajal Ma'am. Confirm anything you plan around against your official board document. We never ask for a password or an OTP.

