what is an internal specifier? what happens internally when
I use access specifier Internal ?
Answer Posted / vijay rana
internal means class or member is only accessible in the
assembly only;
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
What is call back method?
How do I run a cshtml file?
How does the lifecycle of Windows services differ from Standard EXE?
What are the collections in c#?
Is stringbuilder thread safe c#?
Why is c# good for games?
List down the differences between “dispose” and “finalize” methods in c#.
What is the Signification of the "new " keyword in C#? example
What are predicates in c#?
How does insertion sort work?
What is the difference between class and namespace?
Can an array be null c#?
What is iqueryable in c#?
Which program construct must return a value?
What is the use of return in c#?