Transcription: When you reuse code in object-oriented programming, you have less code to write and you can implement new programs faster. You can also reduce development costs. For example, if your application requires that objects be sorted, it is faster to use an existing sort routine than to write a new one. A C++ class could provide a reusable sort routine.