* At the top level—public, or package-private (no explicit modifier).
* At the member level—public, private, protected, or package-private (no explicit modifier).
Access Levels Modifier Class Package Subclass World publicY Y Y Y protectedY Y Y N no modifier Y Y N N privateY N N N
No comments:
Post a Comment