Objects of a subclass can be assigned to a super class reference.
Answer: A
Objects of a super class may not be assigned to a sub class reference. Food for thought: why is it so?