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
How to Show Message box in Metro Style App?
What is new method in c#?
What problem does Delegate Solve?
Why do we use static class in c#?
What does typeof return c#?
What are annotations in c#?
What is a shared assembly?
How many root nodes are there in an xml document?
Differentiate between dataset and datareader?
What is transparent caching with aop ?
What is private readonly in c#?
Define a jagged array in c#?
What is the function of .IsDescendent()?
How do you pass reference parameters in c#?
Can we store different data types in arraylist in c#?