Java View all facts Glossary Help |
| syntactic unit > access unit > variable > private variable |
| private 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 | |
| private variable | variable | A variable declared with the private access modifier | subclasses |
Next variable: public variable Up: variable Previous variable: pointer