11258. Which of the following is not an operation as per OOD algorithms and data structures ?

A. operations that manipulate data in some way
B. operations that perform a computation
C. operations that check for syntax errors
D. operations that monitor an object for the occurrence of a controlling event
✅ The correct answer is option C.
Explanation: Operations that check for syntax errors is concerned with the programming language used, so it will be handled by the compiler.

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top