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
Can we create instance of private class in c#?
What is a property in c#?
What is reference c#?
How does substring work in c#?
What are the main reasons to use c# language?
What is a factory in c#?
What is difference between new and override in c#?
What are the properties of string?
How are methods overloaded?
How to rotate an Image in C#?
What is the c# equivalent of c++ catch (…), which was a catch-all statement for any possible exception? Does c# support try-catch-finally blocks?
Why delegate is used in c#?
Can structs in c# have destructors?
What is object array in c#?
Why to use “using” in c#?