Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by whitelisting our website.

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