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 difference between function and method in c#?
What does the parsefloat function do?
What is datacontract in c#?
How many types of interface are there in c#?
How can you sort strings in array that are passed to method as arguments?
What is system console writeline in c#?
What is the difference between Java and .NET garbage collectors?
Explain manifest in c#.
How can an inner class access the members of outer class?
Which is better interface or abstract class in c#?
What is expression tree with example?
Is unity object oriented?
What is the use of console readkey ()?
Can a private virtual method can be overridden?
What is an iqueryable in c#?