What is internal and protected-internal accessspecifier in
c#.net?



What is internal and protected-internal accessspecifier in c#.net?..

Answer / lakshmi m

Internal - access is limited to the current assembly
Protected internal- access limited to the current assembly or types derived from the containing class.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Differentiate between response.expires and response.expiresabsolute?

0 Answers  


Hi!!! my question is how we can apply or do Themes in C#.NET? please any sample or website from where i can get the answer.

1 Answers  


Are there constructors in c sharp?

0 Answers  


Why do we need escape characters?

0 Answers  


What is c# used for in the industry?

0 Answers  


Explain more on CLR

0 Answers  


Can you change the value of a variable while debugging a C# application?

1 Answers   Siebel Systems, Wipro,


What is the state of Garbage Collection after dispose() call info C# code?

4 Answers  


what is IEquatable

0 Answers   Wipro,


Why do we use void in c#?

0 Answers  


why sturcture ? why class?why you prefer structure and in which cases u go for class?

1 Answers   Microsoft,


Can datetime be null c#?

0 Answers  


Categories