impact.com Interview Question

What does the default access modifier do?

Interview Answer

Anonymous

Apr 10, 2024

Also known as package-private. Accessible only within the same package.

1