Does C++ automatically downcast in order to find the right virtual function?
Question Polymorphism, Downcasting, and Virtual Functions seems vague and I’m not sure whether it’s the same or a different question. One answer seems to answer my question, but to make sure it’s succinct. Here’s my example.