Java Programming Fundamentals and OOP
Casual Mode - Take your time!
1 / 20
Correct
0
Incorrect
0
Score
0%
Multiple Choice
Who can access a method if it is marked as protected internal ?
- Classes that are both in the same assembly and derived from the declaring class.
- Only methods that are in the same class as the method in question.
- Classes within the same assembly, and classes derived from the declaring class.
- Classes in different assembly