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 windows application in c#?
What is the difference between public, static, and void?
What is assembly c#?
What is default boolean value in c#?
What is the difference between abstract and virtual?
Can we declare private class in c#?
Does unity use c++ or c#?
Can int be null in c#?
What do you understand by an Implicit Variable?
What is a web service in c#?
How do I know if executenonquery is successful c#?
What is difference between sleep () and wait ()?
What is static noise?
What is form feed and carriage return?
What are Types of assemblies that can be created in dotnet