If you declare a pointer to the object of the parent class and use the pointer to access the object of a child class, you can access
Answers:A.
none of the members.
B.
the members that exist in the parent class.
C.
all the members of the child class.
D.
the members that do not exist in the parent class.
Answer. B.