Cpp Programming Quiz 57 – Which of the following concepts means waiting until runtime to determine which function to call?

Question: Which of the following concepts means waiting until runtime to determine which function to call?
[A]. Data hiding
[B]. Dynamic casting[C]. Dynamic binding
[D]. Dynamic loading

Answer: Option C