A type is some general scheme of value (data). A variable is a piece of memory that can contain different values (as opposed to a constant, which can only contain one value). The range of possible values for a variable is determined by its type.
Category: C#
C#: syntax
Syntax and other highlights of C#.