Re: Understanding class access



If you don't want MySubClass to be subclassed, declare it final --
that's what it's there for.

What I mean is: I don't want it to be accessed.

André

.