what is an internal specifier? what happens internally when
I use access specifier Internal ?
Answer Posted / manojavam
Internal specifier will allow the user to use the
componenet inside the assembly but not outside the assembly.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is throw in c#?
What is a static in c#?
What is the c# equivalent of c++ catch (...), Which was a catch-all statement for any possible exception?
What are interfaces in c#?
Why are mutable structs evil?
Explain about generics in c#.net?
What is xaml file in c#?
Is it possible to restrict the scope of a field/method of a class to the classes in the same namespace?
What is cshtml extension?
Is string mutable in c#?
What are the properties of string?
What is default access specifier for class in c#?
What is a copy constructor in c#?
what is the difference between the debug class and trace class?
What is public void in c#?