InterviewSolution
Saved Bookmarks
| 1. |
Which of the following supports the concept that reusability is a desirable feature of a language?(a) It reduces the testing time(b) It reduces maintenance cost(c) It decreases the compilation time(d) It reduced both testing and maintenance timeThis question was posed to me in a national level competition.Query is from OOPs Concept in chapter Basics Concepts of C++ of C++ |
|
Answer» Correct answer is (d) It reduced both testing and maintenance TIME |
|