Visibility | Public | Protected | Default | Private |
---|---|---|---|---|
Within the Same Class | Yes | Yes | Yes | Yes |
From a class within the same package | Yes | Yes | Yes | No |
From a subclass within the same package | Yes | Yes | Yes | No |
From a subclass outside the package | Yes | Yes, through Inheritance | No | No |
From a non-subclass outside the package | Yes | No | No | No |
No comments:
Post a Comment