📚 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?
- Protected
- Public
- Private
- No modifier
- Virtual