Question d’entretien chez Tesnet Group

Java Question What are the 4 access modifiers and how do they work?

Réponse à la question d'entretien

Utilisateur anonyme

14 juil. 2023

1. Public available to the whole project 2. Default available for the specific whole package 3. Protected available for the specific whole package 4. Private available only to the class