This loads the package.
The next class defines two private methods and a private field used by one of the methods.
The method acc can be used without problems.
The method f may not be used outside the class. Even in a child class it may not be used. On the other hand, it is allowed to override the method with one that has the same or a greater accessibility. Please decide yourself, if this is a good object oriented style or not.
|