MCQOPTIONS
Saved Bookmarks
| 1. |
What is the most restrictive access modifier that will allow members of one class to have access to members of another class in the same package? |
| A. | public |
| B. | abstract |
| C. | protected |
| D. | synchronized |
| E. | default access |
| Answer» F. | |