Certified Information Systems Auditor (CISA) — Question 470
The PRIMARY advantage of object-oriented technology is enhanced:
Answer options
- A. grouping of objects into methods for data access.
- B. management of sequential program execution for data access.
- C. management of a restricted variety of data types for a data object.
- D. efficiency due to the re-use of elements of logic.
Correct answer: D
Explanation
The correct answer, D, highlights the efficiency gained through reusing code and logic, which is a core principle of object-oriented programming. The other options focus on aspects of data handling and program execution that do not capture the primary advantage of object-oriented technology.