📚 Practice Mode
C# and ASP.NET Programming Quiz
Learn at your own pace with hints and detailed explanations
1 / 20
Multiple Choice
If method is marked as protected internal who can access it?
- Access is limited to current assembly
- Access is limited to the containing class or types derived from containing class
- Access is limited to the containing type
- Access is limited to current assembly or types derived from the containing class.