Allocation
Allocation means reserving memory space to hold some data.
Related concepts: ValueGarbage Collection
Closest Wikipedia entry: Memory management
Misconceptions about Allocation13 documented Misconceptions
Check YourselfAddMemberAtRuntime
Set of class members can change at runtime
ArrayAllocationWithoutNew
Arrays are created without the new keyword
ArrayBracketCountIsLength
The number of brackets in an array type or an array initializer corresponds to the length of the array
ArraysGrow
Arrays can grow dynamically
ConstructorAllocates
The constructor allocates the object
ConstructorReturnsObject
Constructors need to return objects
ConstructorWithoutNew
One can write the constructor name, without new, to instantiate a class
ObjectsMustBeNamed
A variable is needed to instantiate an object
SuperclassObjectAllocated
When instantiating an object of a subclass, an object of a superclass is also allocated