Sollicitatievraag bij Accenture

What is the difference between Private and Protected in Java

Antwoord op sollicitatievraag

Anoniem

12 dec 2019

private = cannot be accessed by other than the class itself protected = can be accessed by other classes as well