Java View all facts Glossary Help |
syntactic unit > access unit > variable > public variable |
public variable comparison table |
Subject | is a kind of | is a subtopic of | has definition | is partitioned into | inherit by |
---|---|---|---|---|---|
variable | access unit | Variables and Data Types | An item of data named by an identifier | member variable, local variable, formal parameter | |
public variable | variable | A variable declared with the public access modifier | subclasses |
Next variable: variable declared as a non-primitive data type Up: variable Previous variable: private variable