MCQOPTIONS
Saved Bookmarks
| 1. |
We would like to make a member of a class visible in all subclasses regardless of what package they are in. Which one of the following keywords would achieve this? |
| A. | protected |
| B. | private |
| C. | private protected |
| D. | public |
| Answer» D. public | |