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