C++ Programming - OOPS Concepts - Discussion

Discussion Forum : OOPS Concepts - General Questions (Q.No. 34)
34.
Which of the following factors supports the statement that reusability is a desirable feature of a language?
It decreases the testing time.
It lowers the maintenance cost.
It reduces the compilation time.
Both A and B.
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
8 comments Page 1 of 1.

Ayesha... said:   5 years ago
Compilation time will become extend due to code reusability. Compilation time cannot be reduced because we are using existing code that code also needs to be included in our program. So the size of the code increases compilation time will increase.

Logi said:   9 years ago
It's correct explanation.

M.ramesh said:   9 years ago
Compilation time cannot be reduced because we are using existing code that code also needs to be included in our program. So the size of code increases compilation time will increase.

Pooja Deshmukh said:   1 decade ago
Compilation time is also reduced so, why it is not the answer?

Vikas Pareek said:   1 decade ago
Why not compilation time. If the code is smaller and less tedious eventually the compilation time decreases, So why not compilation time?

Abc said:   1 decade ago
What about compilation time?

Manisha said:   1 decade ago
If we use the existing code then of course testing time and maintenance cost is decreased.

Xyz said:   1 decade ago
A Reusable code will save time and also cost since we can test in advance the code being reused works properly....

Post your comments here:

Your comments will be displayed after verification.