Objects of a super class can always be assigned to a subclass reference.
Answer: B
Objects of a subclass may be assigned to a super class reference. Food for thought: is there a loss in functionality when this is done?