Answer:
The parent function is not calling the child function: the main program is calling the function, and if the object on which it is calling the function is a child, then the child's function is the one that will get called.
Step-by-step explanation: