Polymorphism

In reply to dave_59:

Hi Dave,

Does that mean even if func2 is virtual or not - same result i.e. “func2 in DerivedC”?
and same means final output depends on if func1 (which is calling function) is virtual or not.Is that correct?

mann_verif