Vidyalelo
C++ Programming · Q81

Introduction to C++

Programming · C++ Programming · question 81

Q81

What is static binding?

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

Answer: Option B

Solution

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