Computer Science: An Overview: Global Edition (12th Edition)

Published by Pearson Higher Education
ISBN 10: 1292061162
ISBN 13: 978-1-29206-116-0

Chapter 6 - Programming Languages - Chapter Review Problems - Page 324: 16

Answer

See explanation

Work Step by Step

Code reuse have several advantages, following are some of them- 1. Faster development : Reusing code makes the process of writing code less time consuming as programmed do not need to write same thing multiple times. 2. Easy error correction : It is much easier to find and correct errors in one component but if code reusability is not used then the programmer have to find the error at multiple places and correct them. 3. Low risks : Every component can be built and tested easily in reused components as compared to full code without any reuse.
Update this answer!

You can help us out by revising, improving and updating this answer.

Update this answer

After you claim an answer you’ll have 24 hours to send in a draft. An editor will review the submission and either publish your submission or provide feedback.