9.5. Summary of Visibilities

In the table below, we summarize the locations that declarations with a particular visibility are visible from.

Entity

Visible From

Declared As

Same Class

Same Package

Child Class

Elsewhere

public

Y

Y

Y

Y

protected

Y

Y

Y

N

package private

Y

Y

N

N

private

Y

N

N

N