access specifier
短语[计] 存取说明符
词形变化
access specifiers
复数
access specifiers
释义与例句
n.
-
1.
A keyword applied to a variable, method, etc. that indicates which other parts of the program are permitted to access it.
计算机 工程 数学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.