Sunday, 28 April 2013

Describe the accessibility modifier “protected internal”? | C#.Net Interview Questions

It is available to classes that are within the same assembly and derived from the specified base class.

No comments: