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
You get a compilation error
Nothing, access is granted