For my study in the university I\'m forced to do some ugly java basics, like working without encapsulation, main method in the same class etc. (I do not want to open a discu
You can access private fields from inside their class. That's the point of having them defined per-class.