0
if an inner class is not declared private is it accesible from outside classes or not? i would appreciate any help
1 Resposta
+ 12
You can access a public static nested class from outside. Check this tutorial for further information:
https://docs.oracle.com/javase/tutorial/java/javaOO/nested.html