Field
A field is a variable that is a member of a class and may be part of an object.
Related concepts: VariableMemberClassObject
Closest Wikipedia entry: Field (computer science)
Misconceptions about Field21 documented Misconceptions
Check YourselfAccessingInexistentPropertyError
Accessing a non existent property on an object produces an errorIdentifierAsStringInBracketNotation
An identifier used to access a property with the bracket notation is treated as a stringNoBracketNotationForObjects
Square brackets cannot be used to access properties of an object