access specifier

維基詞典,自由的多語言詞典

英語[编辑]

名詞[编辑]

access specifier (複數 access specifiers)

  1. (軟體, 物件導向程式設計) 存取修飾詞
    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.

同義詞[编辑]

上位語[编辑]