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
Can an exception be thrown from a catch block?
What is disco?
What is lastindexof c#?
What does the dispose method do with the connection object?
Can you inherit from multiple classes in c#?
What is difference between array and collection in c#?
Is c# code is managed or unmanaged code?
Why is c# good for games?
What do you mean by expression tree?
What do you mean by jagged arrays in c#?
How does insertion sort work?
What is the system namespace?
What is mvc firstordefault?
Give examples for reference types?
What is local function?