MCQOPTIONS
Saved Bookmarks
| 1. |
Can local class members access/use the general local variables (except static, abstract etc.) of the function in which it is defined? |
| A. | Yes, it can access with arrow operator |
| B. | No, it can’t access with dot operator |
| C. | Yes, it can access using dot operator |
| D. | No, it can’t access In anyway |
| Answer» E. | |