home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH08 / A08142.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-22  |  225.4 KB  |  1 channel  |  11,025 sample rate  |  21 seconds
Transcription: In object-oriented design, the essence of an application is captured in the definition of the classes and in the relationships between the classes. If you have functions that manipulate objects, consider whether or not each of these functions should become a class. Like the iterator for a container, many functions when fully developed become classes.