InterviewSolution
Saved Bookmarks
| 1. |
Consider the example and categorize it accordingly, “A pattern-matching system developed as part of a text-processing system may be reused in a database management system”.(a) Application system reuse(b) Component reuse(c) Object and function reuse(d) None of the mentionedThis question was posed to me during an interview for a job.This intriguing question originated from Software Reuse in portion Advanced Software Engineering of Software Engineering |
|
Answer» CORRECT OPTION is (B) Component reuse Explanation: COMPONENTS of an application, ranging in size from subsystems to single OBJECTS, may be reused. |
|