Question: Given the following method signature, which classes can call it? void run(String government) A. Classes in other packages B. Classes in the same package C.
Given the following method signature, which classes can call it? void run(String government)
A. Classes in other packages
B. Classes in the same package
C. Subclasses in a different package
D. All classes
E. None of the above
Step by Step Solution
3.46 Rating (149 Votes )
There are 3 Steps involved in it
The visibility of a Java method depends on its access modifier In your question no exp... View full answer
Get step-by-step solutions from verified subject matter experts
