Quick Links
:
variable
variable
A named storage location for data that a program can modify. Each variable has a unique name that identifies it within its scope and contains a certain type of data.
Related terms
data
,
data type
,
scope
Contrast with
class variable
,
dynamic variable
,
field variable
,
global variable
,
instance variable
,
local variable
,
member variable
,
object reference variable
,
static variable