object


Generally, any item that can be individually selected and manipulated. This can include shapes and pictures that appear on a display screen as well as less tangible software entities. In object-oriented programming, for example, an object is a self-contained entity that consists of both data and procedures to manipulate the data.

Read Also:

  • object code

    )The code produced by a compiler. Programmers write programs in a form called source code. The source code consists of instructions in a particular language, like C or FORTRAN. Computers, however, can only execute instructions written in a low-level language called machine language. To get from source code to machine language, the programs must be […]

  • object oriented

    A popular buzzword that can mean different things depending on how it is being used. Object-oriented programming (OOP) refers to a special type of programming that combines data structures with functions to create re-usable objects (see under object-oriented programming). Object-oriented graphics is the same as vector graphics. Otherwise, the term object-oriented is generally used to […]

  • object-oriented graphics

    The representation of graphical objects, such as lines, arcs, circles, and rectangles, with mathematical formulas. This method of describing objects enables the system to manipulate the objects more freely. In an object-oriented system, for example, you can overlap objects but still access them individually, which is difficult in a bit-mapped system. Also, object-oriented images profit […]

  • Object-Oriented Programming

    A type of programming in which programmers define not only the data type of a data structure, but also the types of operations (functions) that can be applied to the data structure. In this way, the data structure becomes an object that includes both data and functions. In addition, programmers can create relationships between one […]

  • ORM

    Short for object role modeling, a conceptual database design methodology that allows the user to express information as an object and explore how it relates to other information objects.


Disclaimer: object definition / meaning should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. All content on this website is for informational purposes only.