Final answer:
In object-oriented programming, private members of a class are accessible only to methods of that class.
Step-by-step explanation:
In object-oriented programming, the blank must be filled with 'private'. Members of a class specified as private are accessible only to methods of that class. Private members are not visible or accessible outside the class.