home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH01 / A01131.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-27  |  356.6 KB  |  1 channel  |  11,025 sample rate  |  33 seconds
Transcription: Object-oriented programs use abstract data types to represent objects in the application. Programmers using traditional languages can also use abstract data types in that they can create data structures that reflect a logical organization of the data in the application. However, traditional languages do not always provide facilities that allow you to easily define and manipulate the user-defined types. In C, for example, there is no language support for the association between between user-defined structures and the functions that manipulate them.