access specifier
Jump to navigation
Jump to search
English
[edit]Noun
[edit]access specifier (plural access specifiers)
- (software, object-oriented programming) 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
, andpublic
. - Java has the access specifiers
private
,protected
,public
, and the default specifier package that does not have a keyword.
- Examples of access specifiers in C# are
Synonyms
[edit]Hypernyms
[edit]Translations
[edit]Translations
|