Hello I have one question in c++. I have a base class B and this has a virtual function f1( )
and d1, d2 and d3 are the derived classes of the B. Only d3 overrides the virtual function.

Question...