DRAFT
SuperclassObjectAllocated
Incorrect
When instantiating an object of a subclass, an object of a superclass is also allocated
Correct
When instantiating an object of a subclass, just that object is allocated
Language
Java