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 difference between class and abstract class in c#?
How to install or uninstall a windows service?
For methods inside the interface why can’t you specify the accessibility modifier?
What is default constructor in c#?
Can you mark static constructor with access modifiers?
What is the difference between constant and readonly in c#?
Explain why do I get an error (cs1006) when trying to declare a method without specifying a return type?
What is private and shared assembly?
What is c# entity framework?
What framework is used for performance testing/load testing?
What is datacontract in c#?
In .NET how can you solve the DLL Hell problem?
Explain static class members.
What is difference between method and function in c#?
Describe the ways of cleaning up objects in c#.