Cpp Programming Quiz 61 – Which of the following concepts means determining at runtime what method to invoke?

Question: Which of the following concepts means determining at runtime what method to invoke?
[A]. Data hiding
[B]. Dynamic Typing[C]. Dynamic binding
[D]. Dynamic loading

Answer: Option C