A Base constructor calls a virtual member on *this while constructing a Derived object. W…

from Virtual functions
C++23 intermediate 1 min

A Base constructor calls a virtual member on *this while constructing a Derived object. Where can that call dispatch?

Report an error