InterviewSolution
Saved Bookmarks
| 1. |
Which concept means the addition of new components to a program as it runs?(a) Data hiding(b) Dynamic binding(c) Dynamic loading(d) Dynamic typingThis question was posed to me in a job interview.I'd like to ask this question from OOPs Concept topic in portion Basics Concepts of C++ of C++ |
|
Answer» Correct answer is (C) Dynamic LOADING |
|