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

What are "class access modifiers" in C#?

0 Answers   Genpact,


What is the object class in c#?

0 Answers  


What are nested classes in c#?

0 Answers  


What is managed code?

0 Answers  


1)what is timestamp in C# (anilringole@gmail.com)

2 Answers   Wipro,


What are the two kinds of properties in c#.

0 Answers  


What are three test cases you should go through in unit testing?

1 Answers   Siebel Systems, Wipro,


What's the difference between class and object?

0 Answers  


What is string concatenation?

0 Answers  


Types of Unboxing?

2 Answers   Educomp,


Are attributes inherited c#?

0 Answers  


2. What happened when BO object has been called?

0 Answers   Mphasis,


Categories