After overload resolution selects a virtual member, what selects the function body for an…

from Virtual functions
C++23 intermediate 1 min

After overload resolution selects a virtual member, what selects the function body for an ordinary call through Base&?

Report an error