【Java学习】- private
The private keyword means that no one can access the member except the class that contains that member, inside methods of that class.
The private keyword means that no one can access the member except the class that contains that member, inside methods of that class.