Computer Science, asked by chunnu1150, 1 year ago

Three difference between linked object and embedded object

Answers

Answered by Anonymous
2
. In the case of linking, the data gets stored in the source file and is updated there
whenever a change occurs in the linked file.
2. In embedding, the data is stored in your file and any updates in the original source file
are not reflected.
3. You can use linking when:
You need to make a presentation the next morning but the financial report is still not updated. You can link this report to your presentation. When the report gets updated, it will reflect in the presentation.
You want to add a logo to your company’s letterhead but it is still not finalized. You can link it to the letterhead so that the final logo is reflected on the letterhead when completed.
4. You can use embedding when you wish to distribute an organization chart in which
the role displayed changes according to the recipient.

Similar questions