home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH01 / A01141.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-12  |  338.0 KB  |  1 channel  |  11,025 sample rate  |  31 seconds
Transcription: In object-oriented languages, the code inside the definition of an abstract data type is isolated from the code outside the definition. A C++ program using a class can be denied direct access to the data defined in the class. Such a program cannot initialize objects or perform any other jobs that require access to, or knowledge of, the internals of the class. Objects should be manipulated only by using the intent interface for the class.