home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH02 / A02122.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-22  |  377.4 KB  |  1 channel  |  11,025 sample rate  |  35 seconds
Transcription: An object is a region of storage that contains a value or group of values. Each value can be accessed using its identifier or a more complex expression that refers to the object. In addition, each object has a unique data type. Both the identifier and data types of an object are established in the object declaration. The data type of an object determines the initial storage allocation. for that object and the interpretation of the values during subsequent access.