C# and ASP.NET Programming Quiz

Casual Mode - Take your time!

1 / 20
Correct
0
Incorrect
0
Score
0%
Multiple Choice

If method is marked as protected internal who can access it?

  1. Access is limited to current assembly
  2. Access is limited to the containing class or types derived from containing class
  3. Access is limited to the containing type
  4. Access is limited to current assembly or types derived from the containing class.
Change Mode