0
What is direct access?
please tell the answer...
1 ответ
0
Java. All items defined within a class (variables or methods) are potentially visible to programmers who use the class. Implementers of a class usually discourage direct access to variables by using the underscore in their names.
http://home.wlu.edu/~lambertk/pythontojava/Visibility.htm