what is an internal specifier? what happens internally when
I use access specifier Internal ?
Answer Posted / sandeep soni
internal specifier means that the class or member for which
it is used is local to the Assembly and is not accessable
to code outside the assembly.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What is deadly diamond problem?
What do you know about device context?
What are the differences between a class and a struct?
What is double c#?
How can we sort the elements of the array in descending order?
Is c# int immutable?
Is it possible to inherit multiple interfaces?
What is collection of classes in c#?
What is the difference between proc. Sent by val and by sub?
What is thread life cycle in c#?
Does c# support templates?
What is default value of decimal c#?
Why do I get an error (cs1006) when trying to declare a method without specifying a return type?
Why do we use class in c#?
What is a generic in c#?