answersLogoWhite

0

An embedded object is something that is stuck into another object. Embedded means that the object is usually not going to come out of the other object readily.

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

Which type of object is stored only in its source file?

embedded object


What field whose data type is can store an OLE object which is an object linked to or embedded in the table?

OLE Object


An object that has its own data source and becomes a part of your presentation after you insert it is called?

Embedded Object


A chart that is displayed as an object within a worksheet?

embedded chart


What type of object becomes part of the PowerPoint file?

embedded


What is chart that displayed as an object within a worksheet called?

embedded chart


Why embedded object document requires more size than linked object?

Because a linked object is created and stored in a separate source file and then it is linked to the destination file, while an embedded object is created in a separate source file but then it is inserted into the destination file , becoming the part of that file.


Why embedded object documents requires more size than linked object?

Because a linked object is created and stored in a separate source file and then it is linked to the destination file, while an embedded object is created in a separate source file but then it is inserted into the destination file , becoming the part of that file.


A field who has data type that can store an OLE object which is an object linked to or embedded in the table?

The field in the database can store OLE (Object Linking and Embedding) objects, which are either linked to or embedded within the table. This allows users to insert objects like images, videos, or documents directly into the database field. OLE objects enable the database to manage and display these objects within the table.


What is a embedded object in a spreadsheet?

An object is something that is controlled by another application. You copy an object to excel to display the object in the spreadsheet, but the underlying application comes up when you double-click to edit the contents of the object.


What is the difference between inheritance and delegation?

When you inherit you typically override and specialise the virtual methods of the base class. With delegation, you embed a member object in your class and provide an interface (often a simplified interface) to that embedded object. Each embedded object takes care of itself, the container merely provides an interface and delegates the calls to the object itself.


What is an An address embedded in a file that links the file with an object?

It is poor programming practice resulting in undefined behaviour. Files should never store memory addresses (real or virtual), since there's no guarantee a valid object will always reside at the same location in memory, unless the programmer can be absolutely certain the object will outlive the file (such as when referring to active objects in memory via a temporary file).To embed an object in a file, the object must be stored in an independent file. The file in which the object is embedded simply links to the object's file. In this way, whenever the object is updated (and saved), all files in which it is embedded will also be updated.