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)

C++ Other Question

What is diff between malloc()/free() and new/delete? What are C++ storage classes?