InterviewSolution
| 1. |
Explain The Concepts Of Embedding And Linking? |
|
Answer» When you embed an object it is SAVED as part of the OLE container object i.e. any changes to the actual object will not reflect in the embedded object. In case of Linking the original object resides where it was and link information is STORED in the OLE container object i.e. any changes to the actual object will reflect in the OLE container object. OCX is an OLE CONTROL that IMPLEMENTS the component-based ARCHITECTURE. When you embed an object it is saved as part of the OLE container object i.e. any changes to the actual object will not reflect in the embedded object. In case of Linking the original object resides where it was and link information is stored in the OLE container object i.e. any changes to the actual object will reflect in the OLE container object. OCX is an OLE control that implements the component-based architecture. |
|