Domanda di colloquio di Accenture

What is the difference between Private and Protected in Java

Risposta di colloquio

Anonimo

12 dic 2019

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