recategorized by
1,897 views

1 Answer

Best answer
3 votes
3 votes

ans is B

Dynamic loading is a mechanism by which a computer program can, at run time, load a library (or other binary) into memory, retrieve the addresses of functions and variables contained in the library, execute those functions or access those variables, and unload the library from memory. 

In OOPs Dynamic Binding refers to linking a procedure call to the code that will be executed only at run time. The code associated with the procedure in not known until the program is executed, which is also known as late binding.

selected by
Answer:

Related questions

2 votes
2 votes
2 answers
1
go_editor asked Jul 27, 2016
1,088 views
Match the following with respect to the programming language $:$$\begin{array}{} & \textbf{List – I} && \textbf{List – II} \\ \text{a.} & \text{Structured language} &...
2 votes
2 votes
1 answer
2
go_editor asked Jul 27, 2016
8,756 views
Which of the following correctly describes overloading of functions?Virtual polymorphismTransient polymorphismAd-hoc polymorphismPseudo polymorphism
1 votes
1 votes
1 answer
3
Sanjay Sharma asked Jun 20, 2016
1,314 views
______ comparisons are necessary in the worst case to find both the maximum and minimum of n numbers.2n – 2n + floor (lg n) – 2floor ($\frac{3n}{2}$) – ...
3 votes
3 votes
2 answers
4