Vidyalelo
C++ Programming · Q52

Introduction to C++

Programming · C++ Programming · question 52

Q52

What is dynamic binding?

A.
The process of linking the actual code with a procedural call during run-time
Answer
B.
The process of linking the actual code with a procedural call during compile-time
C.
The process of linking the actual code with a procedural call at any-time
D.
All of the mentioned

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board