Object Oriented Software Engineering   View all facts   Glossary   Help
subject > programming language construct > data item > variable > variable declared as a non-primitive data type
Next variablevariable declared as primitive data type    Upvariable    Previous variablereference   

variable declared as a non-primitive data type
subjectfact 
variable declared as a non-primitive data typecontains an instance of a class2001-08-30 14:58:19.0
is a subtopic of The Basics of Java2001-08-30 14:58:19.0
is used by calling methods or accessing the object's instance variableslink: chapter2section2.8.html#599, 2001-08-30 14:58:19.0
is a kind of variable2001-08-30 14:58:19.0
uses the name of a class as their typelink: chapter2section2.8.html#591, 2001-08-30 14:58:19.0
variablecan refer to a particular object, several different objects during the execution of a program, or no object at all2001-08-30 14:58:18.0
has scope2001-08-30 14:58:18.0
has type2001-08-30 14:58:19.0
should have comment if it is non-obvious2001-08-30 14:58:19.0