Name
Names are used to denote constructs such as variables, classes, types, and members.
Related concepts: VariableTypeClassMember
Closest Wikipedia entry: Identifier: In computer science
Misconceptions about Name8 documented Misconceptions
Check YourselfNamedTypeParameter
To instantiate a generic type, one needs to specify type parameter names as well as types NoReservedWords
Every sequence of letters and digits starting with a letter can be used as an identifierObjectLabeledWithVariableName
In stack and heap diagrams, an object on the heap is labeled with the name of the variable that refers to itObjectsMustBeNamed
A variable is needed to instantiate an objectUnqualifiedNamesMustDiffer
The unqualified names of different classes must be different