Given the following three class declarations, which sets of access modifiers can be inserted, in order, into

Question:

Given the following three class declarations, which sets of access modifiers can be inserted, in order, into the following blank lines that would allow all of the classes to compile? (Choose three.) 

image text in transcribed

A. package-private (blank) and package-private (blank)

B. package-private (blank) and protected

C. protected and package-private (blank)

D. protected and protected

E. private and public

F. public and public.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: