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
How big is an int16?
What is generic delegates in c#?
When To use HashTable In C#
Explain the accessibility modifier protected internal?
What is the purpose of reserved word using in c#?
What do you know about Translate Accelerator?
What is the base class for array types?
Can we call server-side code (c# or vb.net code) from javascript?
Explain how do I get deterministic finalization in c#?
How do you access a constant field declared in a class?
What is Reflection in .NET? Namespace? How will you load an assembly which is not referenced by current assembly?
What is c# used for?
What are the properties in c#?
What exactly happens when we debug and build the program?
What are c# i/o classes? What are the commonly used i/o classes?