Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Choose the correct statement(s) about polymorphism in C++.
The interpretation of the call of a virtual function depends on the type of the object for which it is called (the dynamic type)
The interpretation of a call of a non-virtual member function depends on the type of the object for which it is called (the dynamic type)
The interpretation of the call of a virtual function depends only on the type of the pointer or reference denoting that object (the static type)
The interpretation of a call of a non-virtual member function depends only on the type of the pointer or reference denoting that object (the static type)
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!