Component Variables
nObjects store information in variables.
nvariable: a portion of memory reserved for
storing a value.
ncomponent variable: a variable that is a
permanent part of an object; memory space
for the variable is allocated when the
object is created, and the variable exists
as long as the object exists.