InterviewSolution
Saved Bookmarks
| 1. |
Explain the advantages of OLE-automation. |
|
Answer» There are following ADVANTAGES of OLE-automation:
Both Createobject() and Getobject() functions are used in visual basics. The basic difference between Createobject() and Getobject() functions is that Createobject() creates an object whereas the Getobject() FUNCTION FETCHES an ALREADY existing instance of an object. |
|