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

Why do we use classes?

0 Answers  


Give examples for reference types?

0 Answers  


What are the access-specifiers available in c#?

26 Answers   Syntel,


Can a class have more than 1 destructor?

0 Answers  


How do you generate documentation from the C# file commented properly with a command-line compiler?

2 Answers  






What does the initial catalog parameter define in the connection string?

0 Answers  


What is tpl in c#?

0 Answers  


What is a partial method?

0 Answers  


What are verbatim strings in c#?

0 Answers  


What is the difference between class and abstract class?

9 Answers  


List some of the classes used by system.data namespace?

0 Answers  


Explain the use of virtual, sealed, override, and abstract method?

0 Answers  


Categories