Q. Which of the following is true about virtual functions in C++?
β
Correct Answer: (A)
They allow dynamic binding
Explanation: Virtual functions allow dynamic (runtime) binding in C++.