Answer Posted / sachin
DLL is a dyanamic link library.In DLL we can store common
classes that we require regularaly in our application.DLL
can save memory as classes in DLL are shared in our
application without creating individual copy of each class.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is the difference between an MLE and an SLE?
How do I reinstall microsoft visual c++?
How do I create an mfc application in vc++?
What is visual c++ used for?
What is cwinthread class? Explain its advantages.
In which Way invoke context-sensitive help inside the editor?
Explain the significance of initapplication() in vc++.
Does visual c++ 2017 replace 2015?
What is a wizard?
What is microsoft visual c++ 2017 redistributable?
Is it safe to uninstall microsoft visual c++ 2008 redistributable?
Do I need microsoft visual c++ on my computer?
What is microsoft visual c++ redistributable and do I need it?
What is microsoft visual c++ runtime library error?
how to declare and populate an array of checkBoxes