What is dynamic 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
C. The process of linking the actual code with a procedural call at any-time
D. All of the mentioned
Answer: Option A
Related Questions on Introduction to C plus plus
What does the 'cin' object in C++ represent?
A. File output stream
B. File input stream
C. Standard output stream
D. Standard input stream

Join The Discussion