Saved Bookmarks
| 1. |
Given a method in a public class, what access modifier do you use to restrict access to that method to only the other members of the same class? |
|
Answer» Private access modifier. |
|