access specifier (复数 access specifiers)
- (软体,物件导向程式设计) 存取修饰词
- Examples of access specifiers in C# are
internal
, private
, protected
, and public
.
- Java has the access specifiers
private
, protected
, public
, and the default specifier package that does not have a keyword.