InterviewSolution
Saved Bookmarks
| 1. |
The concept of deciding which function to invoke during runtime is called ______________________(a) late binding(b) dynamic linkage(c) static binding(d) both late binding and dynamic linkageThe question was posed to me in an interview.Enquiry is from Inheritance topic in portion Class Hierarchies, Library & Containers of C++ |
|
Answer» Right OPTION is (d) both LATE BINDING and dynamic linkage |
|