InterviewSolution
Saved Bookmarks
| 1. |
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 mentionedI had been asked this question by my school principal while I was bunking the class.This key question is from C++ Concepts in chapter Basics Concepts of C++ of C++ |
|
Answer» Correct choice is (a) The process of linking the actual CODE with a procedural CALL during run-time |
|