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 is sorting in c#?

0 Answers  


Explain the difference between a Private Assembly and a Shared Assembly

0 Answers   HCL,


How can you clean up objects holding resources from within the code?

2 Answers   L&T, Wipro,


What is typeof c#?

0 Answers  


Why do I get a "cs5001: does not have an entry point defined" error when compiling?

0 Answers  






Explain what is an interface in c#?

0 Answers  


What is the delegate in c#?

0 Answers  


What do you mean by string objects are immutable?

0 Answers  


What are extender provider components?

0 Answers  


What is the difference between int16 and int32 in c#?

0 Answers  


what is generics? can u explain 5 to 6 examples on generics that covers class,method,structure,list,delegates?

0 Answers   CTS,


What is a must for multitasking

0 Answers   InterGraph,


Categories