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

The BEST I can explain: Dynamic loading is the concept of adding NEW COMPONENTS to a program as it runs.



Discussion

No Comment Found

Related InterviewSolutions