ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
Which of the following supports the concept that reusability is a desirable feature of a language?
Correct Answer: C — It reduced both testing and maintenance time
As we will be using the existing code therefore we don’t need to check the code again and again so testing and maintenance time decreases but the compiler time may increase or remains same because though we are reusing the code but every part needs to be compiled and extra include statement needs to be executed therefore compilation time may remain same or increases.