Table of Contents
Home / Definitions / Object
Development 1 min read
Reviewed by Web Webster

 

Generally, an object is any software 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.

 

The Java Tutorials: More on the use of objects in Java programming.

 

Was this Article helpful? Yes No