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 tryparse?
How can I get the ascii code for a character in c#?
What is exe file in c#?
What are the differences between system.string and system.text.stringbuilder classes?
What are the advantages of interface in c#?
How do I develop c# apps?
What is jit (just in time)?
Is c# and c same?
Why c# is type safe?
Give an example of removing an element from the queue?
What is the use of 'using' statement in c#?
What is a dictionary in c#?
What is datacontract in c#?
What is form feed in c#?
windows c# using datagridview in edit form sql server