Saved Bookmarks
| 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 |
|