219.

which of the access specifier class can be accessed only by the members of the class.

As the name suggests, it can't be accessed outside the class. Its the private property of the class and can be accessed only by the members of the class.