Question
Why dynamic loading is used in object-oriented programming?

Answers

Dynamic loading is required to load the object or class when the demand for it rises. Before the loading in the linking phase all the links of the objects that are linked together, gets contained in one file. Dynamic loading loads the entire environment to be loaded at once. It allows different parts of an executable program to be given in different files. Each piece in the program is dynamically loading and some user actions can be performed on the software. It focuses on the programs that are in the memory. Large programs always required to be loaded at start. The modules can be dynamically added. The advantage of this is that an entire program that doesn't require the single feedback. It allows the extensibility of the program that has to be done to make an application.   Your Comment






Search
Can you Answer!!
  • Q How have you gone about identifying employee training needs in the organization?
  • Q What are the different way in which website layout can be made?
  • Q Which are the most important features of mongodb?
  • Q What is replication?
  • Q What is the SCIENTIFIC NAME for house mouse?
  • Q How do you utilize the Internet and social media to sell homes?
  • Q Most intensive farming is practiced in-
  • Q What is the main reason behind using an index?
  • Q What are the guidelines to be followed while using union transformation?
  • Q For a COMMIT statement, the following is true:?
  • Q Is it possible to perform collection mapping with one-to-one and many-to-one?