MCQOPTIONS
Saved Bookmarks
| 1. |
Given a method in a protected class, what access modifier do youuse to restrict access to that method to only the other members of thesame class? |
| A. | final |
| B. | static |
| C. | private |
| D. | protected |
| Answer» D. protected | |