1.

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 eventThis question was posed to me in semester exam.The origin of the question is Object Oriented Software Design topic in division Software Design of Software Engineering

Answer»

The CORRECT choice is (c) operations that CHECK for SYNTAX ERRORS

For explanation I would say: Operations that check for syntax errors is concerned with the PROGRAMMING language used, so it will be handled by the compiler.



Discussion

No Comment Found

Related InterviewSolutions