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 is ado net in c#?
Can a class be private in c#?
Which is more efficient for loop or while loop?
Is c# front end or back end?
What is the diff between System.String and System.Text.StringBuilder classes?
Does c# support templates?
What is the difference between dataset and datatable in c#?
How to exclude a property from xml serialization?
What is parallel programming in c#?
What is Implementation inheritance and interface inheritance?
Why var is used in c#?
Does c# support multiple class inheritance?
Constructor to an arbitrary base constructor?
What is the difference between string and string in c#?
User's session is explicitly killed by which method ?