what is an internal specifier? what happens internally when
I use access specifier Internal ?
Answer Posted / viveka
Internal Specifier is used in C#. It can be accessed by all
the classes with in the assembly but not from outside the
assembly.
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Wht executescaler method is used?
Does c# provide copy constructor?
What is a scope in c#?
How do I format in c#?
What are delegates and why are they required?
What is the function of .IsDescendent()?
What is the use of expression tree in c#?
How do I edit a dll file?
What does char mean in c#?
What is a strong name in c#?
What is difference between ilist and list?
Why do we need static class in c#?
Where value types are stored in c#?
What are the drawbacks of extending an interface as opposed to extending a class?
Can I do things in il that I can't do in c#?