allows the user to control which member of the class can be accessed by the member
Answers
Answered by
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
Math,
9 days ago
Chemistry,
19 days ago
Social Sciences,
19 days ago
Chemistry,
9 months ago
Math,
9 months ago