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
What is extended class in c#?
What is the difference between mobile application and desktop application?
What is difference between dictionary and hashtable in c#?
How do I register my code for use by classic com clients?
If a method's return type is void, can you use a return keyword in the method?
What are the types of class in c#?
Can a abstract class have a constructor?
What is transparent caching with aop ?
What is extension method in c# and how to use them?
What is private virtual in C#?
What is the default value of boolean variable?
What is a static field?
Is xamarin free?
What is trim in c#?
Explain the clr triggers?