Pregunta de entrevista de Accenture

What is the difference between Private and Protected in Java

Respuesta de la entrevista

Anónimo

12 de dic de 2019

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