Multiple choice

Which accessible modifier is known as 'package accessible modifier'?

  1. Public

  2. Private

  3. Default

  4. Protected

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Default is known as package accessible modifier because it is accessible in the same package where it is declared.