📚 Practice Mode

Java and C Programming Fundamentals

Learn at your own pace with hints and detailed explanations

1 / 15
Multiple Choice

Which of the following accessibility modes in Java does not allow a method to access the data members from the non-subclass of the same package?

  1. Protected
  2. Public
  3. Private
  4. No modifier
  5. Virtual