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
Explain the steps to create satellite assembly?
What is ilasm.exe used for?
Explain how do you directly call a native function exported from a dll?
What is difference between interface and abstraction?
What is int32 maxvalue?
What exactly happens when we debug and build the program?
What do you mean by thread safe in c#?
What are actions in c#?
What is datarelation c#?
How to implement an object pool in c#.net.
What is the difference between ref & out parameters in c#?
Why is ienumerable used?
Why can’t struct be used instead of class for storing entity?
What is the difference between static class and singleton class in c#?
Why do we use inheritance in c#?