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
Explanation: Operations that check for syntax errors is concerned with the programming language used, so it will be handled by the compiler.
advertisement