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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is Custom attribute? How to create? If I'm having custom attribute in an assembly, how to say that name in the code?

506


What is a variable in c#?

463


What does an indexer do?

468


Can we have two main methods in c#?

527


Does c# have primitives?

470






What I can do with c#?

493


List down the commonly used types of exceptions in .net

481


What does console readkey do in c#?

481


How can I develop an application that automatically updates itself from the web?

463


What are the Types of caching

528


Define thread? Explain about multithreading?

560


What is the difference between method parameters and method arguments. Give an example?

501


What is boxing in c#?

547


What is the task perform by clr?

561


For read-only operation which property you have to designated?

551