MCQOPTIONS
Saved Bookmarks
| 1. |
How to refer to method of nested class? |
| A. | enclosingClassObject.innerClassObject.method(); |
| B. | innerClassObject.method(); |
| C. | method(); |
| D. | depends on where the method is being called |
| Answer» E. | |