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