[MECpp]Item-31 Making Functions Virtual With Respect to More Than One Object
· ☕ 11 min read
A virtual function call is termed a “message dispatch.” A call that acts virtual on multiple parameters is called multiple dispatch, which is not directly supported in C++. Several resolutions exist, but none is without its disadvantages.