Answer:
If you want to code a method that can only be called from the class that the method is in, you code private as the access modifier in the method declaration.
Explanation:
Answer:
private
Explanation:
If you want to code a method that can only be called from the class that the method is in, you code private as the access modifier in the method declaration.