

InterviewSolution
Saved Bookmarks
1. |
The ability for programmers to use the same written and debugged existing class.(a) Reusability(b) Design(c) Debugging(d) ImplementationI had been asked this question during an online exam.Question is taken from Concepts of OOP in division Information Technology of Computer Fundamentals |
Answer» CORRECT ANSWER is (a) Reusability The explanation: The PROGRAMMER can add features to the existing class. The programmer on further developing the application, and ALLOWING users to achieve increased performance. |
|