Given the following method signature, which classes can call it?
void run(String government)
Click to view the answer
B.
The method signature has package-private, or default, access;
It is accessible to classes in the same package.
Option B is the correct answer.