In reply to verif_learner:
No, the call to funct2 is bound at compile time. It does not matter how you got into DerivedC::func1. The call to func2 from derivedC:funct1 is bound to derivedC::func2.
In reply to verif_learner:
No, the call to funct2 is bound at compile time. It does not matter how you got into DerivedC::func1. The call to func2 from derivedC:funct1 is bound to derivedC::func2.