C++
Programming and Technical
Programming
Technical
Which of the following concepts means adding new concepts to a program as it runs?
Options
1) Data hiding
2) Dynamic loading
3) Dynamic typing
4) Dynamic binding
Read Solution (Total 3)
-
- Opt 2) Dynamic Loading
- 7 years agoHelpfull: Yes(0) No(0)
- Dynamic Binding
- 7 years agoHelpfull: Yes(0) No(0)
- option 2 i.e dynamic loading be answer as dynamic binding is a mechanism in which computer program at runtime loading new library into memory and unload when not in use .
- 6 years agoHelpfull: Yes(0) No(0)
C++ Other Question