Object:-
1. Program objects can represent applications such as word processors, spreadsheets, and so on. Folder objects can represent a directory and contain a group of files, a group of programs, or a group of other folders. Data-file objects can include information such as text, memos, letters, spreadsheets, video, and sound. Device objects can be printers, fax modems, plotters, servers, and CD-ROMS.
2. In Object Linking and Embedding (OLE), an object can be any user-selected group of data, such as a block of text, a set of spreadsheet cells, a chart, sound, or a graphical image. This data can be embedded in or linked to another document created by a different OLE application.
3. In object-oriented programming, a program consists of a set of related but self-contained objects that can contain both code and data.
Object Linking and Embedding:-
Abbreviated OLE, pronounced "on-lay". A Microsoft protocol for application-to-application exchange and communications using data objects. OLE works at a much higher level, with greater user involvement and more convenience, than Dynamic Data
Exchange (DDE), the other inter-process method. Data objects can be either embedded or linked. If the source data in its original form is actually stored inside the other application program's data file, the data is embedded. In this case, there are two separate copies of the data: the original data and the embedded copy. Any changes made to the original document will not be made in the compound document unless the embedded object is updated.
If the data still 'exists in a separate file and a set of pointers to this data is stored in the other application program's data file, the data is linked. In this case, only one copy of the data exists; any changes made in the original document will be made automatically in the compound document. To discover if an application supports OLE, check the Edit menu for commands such as Paste Link, Paste Special, and Insert Object. If these commands are present, the application supports OLE.
Object-oriented graphics:-
Graphics that are constructed from individual components, such as lines, arcs, circles, and squares. The image is defined mathematically rather than as a set of dots, as in a bitmapped graphic.
Object oriented graphics are used in illustration, drawing, and CAD programs, and are also known as vector graphics or structured graphics. Object-oriented graphics allow the user to manipulate a part of an image without redrawing. Unlike bitmapped graphics, all or parts of object-oriented graphics can be resized or rotated without introducing any distortion.
Object-oriented programming:-
Abbreviated OOP. A programming model that views a program as a set of self-contained objects. These objects interact with other objects by .passing messages between them. Object-oriented programming also lets you create procedures that work with objects whose exact type may not be known until the program actually runs.
In object-oriented programming, each object contains both data and code and is completely self contained. The program incorporates an object by making it part of a layered hierarchy. Object-oriented programming is the result of many years of theoretical development, and it is seen by many to be the current extension of the theory behind modular programming, in which code is combined into reusable modules.
ODINSUP:-
Abbreviation for Open Data-link Interface/Network Driver Interface Specification Support, also written as ODI/NDIS Support. A Novell interface that allows the coexistence of two network driver interfaces: Microsoft's NDIS (Network Driver Interface Specification) and Novell's ODI (Open Data-link Interface). ODINSUP allows a DOS or Microsoft Windows workstation to connect to dissimilar networks through a single network interface card, and to use them as if they were a single network. ODINSUP also allows NDIS protocol stacks to communicate through the ODI's link-support layer (LSL) and multiple-link interface driver (MLID). so that ODI and NDIS protocol slacks can coexist in the same system, using a single ODI MLID. |