Home Segments Index Top Previous Next

3: Mainline

In the vernacular of programming, an object is a packet of information stored in a chunk of computer memory. Every object is associated with a data type, and the data type determines what can be done to an object. All programming languages have built-in data types, such as the integer data type and the character data type.