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