Why can't I restrict access to my classes in other files from the main file? I've tried everything, and access continues as long as I don't make them private. However, I want to keep access between classes defined in the same file. When I make them private, that access is also lost. The language is Java btw. Thank you.