Question: If we store the address of a derived class object into a variable whose type is a pointer to the
base class, then the object, when accessed using this pointer.
Answer:
MCQ: If we store the address of a derived class object into a variable whose type is a pointer to the
base class, then the object, when accessed using this pointer.
Correct Answer:A. continues to act like a derived class object.