What happens if you try to access a private class member from outside the class?
private
You get a runtime exception
The code compiles successfully
Nothing, access is granted
You get a compilation error