Logo

A. Declare the method with the keyword public.
B. Declare the method with the keyword private.
C. Do not declare the method with any accessibility modifiers.
D. Declare the method with the keyword public and private.

Correct Answer: Do not declare the method with any accessibility modifiers.

Last Updated: April 18, 2019