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
What are the benefits of using generics?
Explain states of a thread in c#?
Why do we use namespace in c#?
What is a collection in c#?
What is system predicate?
Can we set image Source dynamically using C# in WPF application?
What is event and delegates in c#?
Is array a collection c#?
What is eager loading in c#?
How many root nodes are there in an xml document?
How do I create a multilanguage?
What are the differences between value types and reference types?
How do I create a delegate/multicastdelegate?
What is a multi line comment?
What is disconnected data architecture in c#?