Computer Science, asked by rockgirijesh2265, 19 days ago

allows the user to control which member of the class can be accessed by the member

Answers

Answered by bijo7979
0

Explanation:

An access level determines whether other classes can use a particular member variable or call a particular method. The Java programming language supports four access specifiers for member variables and methods: private , protected , public , and, if left unspecified, package private.

Similar questions