Question: What can fill in the blank so the play() method can be called from all classes in the com. mammal and com.mammal.eland package, but not
What can fill in the blank so the play() method can be called from all classes in the com. mammal and com.mammal.eland package, but not the com.mammal.gopher package?

package com.mammal; public class Enrichment { void play() {} } A. Leave it blank. B. private C. protected D. public E. None of the above.
Step by Step Solution
There are 3 Steps involved in it
The answer to this question is option C protected In Java protected access modifier allows visibilit... View full answer
Get step-by-step solutions from verified subject matter experts
