Java View all facts Glossary Help |
| access mode > default access of a class |
| default access of a class comparison table | |||
| Subject | is a kind of | is a subtopic of | has definition |
|---|---|---|---|
| access mode | kbTop | Access Control | |
| default access of a class | access mode | Classes | The access mode of a class that is not declared public; access is limited to the package in which the class was declared |
Next access mode: default access of a method or variable Up: access mode Previous access mode: public access