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


Which application is used to edit the data in an embedded object?

The application used to edit the data in an embedded object typically depends on the type of object and the software it was created in. For example, if it’s an embedded Excel spreadsheet within a Word document, you can double-click the object to open and edit it in Excel. Similarly, for embedded images, you might use an image editing application like Photoshop or Paint. The editing process allows users to modify the embedded content directly within the host application.


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.