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
Which is faster array or arraylist in c#?
What is the difference between protected and private?
Wcf and what is difference between wcf and web services?
What is a template class?
Is comparator a functional interface?
What is private in c#?
Is hashset serializable c#?
Explain the Usage of web.config
What is the difference between properties and indexer in c#?
What is a reference type c#?
Are multiple data types stored in System.Array?
What does this keyword mean in c#?
Will the following code compile and run?
Are attributes inherited c#?
What is scaffolding in c#?