Object Oriented Programming Using C++ - Section 6 Multiple Questions and Answers.
Exercise Questions ::
Object Oriented Programming
36. | Recursive Functions |
| |
| A. | easier to code |
| B. | executable faster than iterative ones |
| C. | takes less main storage space |
| D. | necessary to solve a certain class of problems |
|
|
Published by:Michael Daani
37. | The purpose of a conditional operator is to |
| |
| A. | select one of the two values |
| B. | select the highest of the two values |
| C. | select one of the two values depending on a condition |
| D. | select the more equal of the two values |
|
|
Published by:Michael Daani
Published by:Michael Daani
39. | A class hierarchy |
| |
| A. | describes "is a kind of" relationships |
| B. | describes "has a" relationships |
| C. | shows the same relationships as an organization chart |
| D. | shows the same relationships as a family tree |
|
|
Published by:Michael Daani
Published by:Michael Daani
«»