Saturday, December 17, 2011

What does the modifier protected internal in C# mean?

The Protected Internal can be accessed by Members of the Assembly or the inheriting class, and of course, within the class itself.

List of Asked Interview Questions: C# .NET SQL MVC WCF Questions