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

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