Object Oriented Programming Using C++ - Section 6 Multiple Questions and Answers.
Exercise Questions ::
Object Oriented Programming
Published by:Michael Daani
12. | Procedural cohesion is similar to sequential cohesion, except that with procedural cohesion _____ |
| |
| A. | the tasks are not done in order |
| B. | the tasks are simpler |
| C. | the tasks share data |
| D. | the tasks do not share data |
|
|
Published by:Michael Daani
Published by:Michael Daani
14. | The getline() function reads a line of text until _____ |
| |
| A. | the length used as the second argument is reached |
| B. | the character used as the third argument is reached |
| C. | either (a) or (b) |
| D. | neither (a) nor (b) |
|
|
Published by:Michael Daani
Published by:Michael Daani
«»