home *** CD-ROM | disk | FTP | other *** search
- A major advantage of object-oriented programming is that the code
- that defines abstract data types can be designed for repeated use.
- Developing new programs is easier and faster if code that already
- exists can be reused. If you do not change the code, you do not
- introduce bugs. In addition, the existing code already has a
- tested interface to the rest of the program.
-