Multiple choice Run-time polymorphism can be achieved by using _______. function overloading operator overloading friend function virtual function Reveal answer Fill a bubble to check yourself D Correct answer Explanation In this method, appropriate member function could be selected at run-time polymorphism.