Answer: Access specifier
Explanation:
An access specifier is one of the type of coding element in the given program that can be determined by the different types of protocols in the programming language.
According to the given question, in the class definition, the private is basically known as the access specifier if private appear before the given field declaration. In the class, the private members are cannot be easily access.
Therefore, Access specifier is the correct answer.