Object Oriented Programming Using C++ - Section 7 Multiple Questions and Answers.
Exercise Questions ::
Object Oriented Programming
Published by:Michael Daani
Published by:Michael Daani
23. | An advantage of using local variables is that _____ |
| |
| A. | they are known to all functions in the file |
| B. | names used in one function do not affect data stored in variables with the same names in other functions |
| C. | values given to local variables are retained when those parameters go out of scope |
| D. | the program does not become "crowded" with too many variable names |
|
|
Published by:Michael Daani
24. | The difference between a return and a throw is that _____ |
| |
| A. | with a throw, no value can be sent |
| B. | with a return, no value can be sent |
| C. | with a throw, execution takes place at the location from which the function was called |
| D. | with a return, execution takes place at the location from which the function was called |
|
|
Published by:Michael Daani
Published by:Michael Daani
«»