Component Variables
(cont.)
n
Syntax:
n
private
variableType variableName
;
n
Information should not be directly
available to clients; clients should
access information only through
queries and commands.
n