MCQOPTIONS
Saved Bookmarks
| 1. |
If a local class is defined in a function, which of the following is true for an object of that class? |
| A. | Object is accessible outside the function |
| B. | Object can be declared inside any other function |
| C. | Object can be used to call other class members |
| D. | Object can be used/accessed/declared locally in that function. |
| Answer» E. | |