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 cshtml extension?

0 Answers  


What is public void in c#?

0 Answers  


code to generate a excel sheet and to write data into it --- -it has to fetch the excel sheet which is in one folder placed by us inside a project folder(i,e it has to create a instance of that excel sheet) and write the data into it row by row please respond as early as possible

1 Answers  


What is call back method?

0 Answers  


What are the Types of instancing properties and explain each. Explain the difference between multiuse,singleuse and globalmultiuse and which is default

0 Answers   DELL,


What is xml serialization and deserialization in c#?

0 Answers  


Is inheritance possible in c sharp?

0 Answers  


How?s method overriding different from overloading?

2 Answers   Visual Soft,


What is use of a HashTable in .NET?

0 Answers   Arigo Infotech,


Which technology is best for desktop application?

0 Answers  


what is the main differnce between const,readonly and static

3 Answers   Beehive Systems, CDAC,


What are different properties provided by Object-oriented systems?

2 Answers  


Categories