Which of the following is not an operation as per OOD algorithms and data structures?
Aoperations that perform a computation
Boperations that check for syntax errors
Coperations that monitor an object for the occurrence of a controlling event
Doperations that manipulate data in some way
Correct answer
B. operations that check for syntax errors
Explanation
Explanation: Operations that check for syntax errors is concerned with the programming language used, so it will be handled by the compiler. advertisement